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 
00002 /***************************************************************************
00003                           main.cpp  -  description
00004                              -------------------
00005     begin                : March 10, 2002
00006     copyright            : (C) 2002 by llornkcor
00007     email                : ljp@llornkcor.com
00008  *   This program is free software; you can redistribute it and/or modify  *
00009  *   it under the terms of the GNU General Public License as published by  *
00010  *   the Free Software Foundation; either version 2 of the License, or     *
00011  *   (at your option) any later version.                                   *
00012  ***************************************************************************/
00013 #include <qpe/qpeapplication.h>
00014 #include "inputDialog.h"
00015 
00016 int main(int argc, char *argv[])
00017 {
00018     QPEApplication a(argc, argv);
00019 
00020     InputDialog input;
00021     a.showMainWidget( &input);
00022     return a.exec();
00023 }
00024 
00025 

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