KDevelop API Documentation

app.h

Go to the documentation of this file.
00001 #ifndef __example_h__
00002 #define __example_h__
00003 
00004 #include <kmainwindow.h>
00005 
00006 class Shell : public KMainWindow
00007 {
00008   Q_OBJECT
00009 public:
00010   Shell();
00011   ~Shell();
00012 };
00013 
00014 #endif
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:03:57 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003