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

main.cpp

Go to the documentation of this file.
00001 #include "mainwindow.h"
00002 
00003 #include <qpe/qpeapplication.h>
00004 
00005 
00006 int main( int argc, char* argv[] ) {
00007     QPEApplication app( argc, argv );
00008 
00009     Datebook::MainWindow mw;
00010     mw.setCaption( QObject::tr("Opie Datebook") );
00011 
00012     app.showMainWidget( &mw );
00013 
00014     return app.exec();
00015 }

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