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