Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

khcmain.cpp

Go to the documentation of this file.
00001 #include <qpe/qpeapplication.h>
00002 #include "KHCWidget.h"
00003 
00004 int main(int argc, char* argv[])
00005 {
00006         QPEApplication a(argc, argv);
00007 
00008         KHCWidget w;
00009         a.showMainWidget(&w);
00010         return a.exec();
00011 }

Generated on Sat Nov 5 16:16:43 2005 for OPIE by  doxygen 1.4.2