summaryrefslogtreecommitdiff
path: root/example/main.cpp
authortille <tille>2002-06-20 22:13:34 (UTC)
committer tille <tille>2002-06-20 22:13:34 (UTC)
commitc2eb66bc5c5ac4225edff8b369026bd208f8c148 (patch) (unidiff)
tree2175ed4f4db02c7ae182c97bfabb0148d92f5295 /example/main.cpp
parentde666dda3fab5b060071f3b037c04fcc4767870a (diff)
downloadopie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.zip
opie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.tar.gz
opie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.tar.bz2
here it is...
Diffstat (limited to 'example/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--example/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/main.cpp b/example/main.cpp
index b705c44..2b23751 100644
--- a/example/main.cpp
+++ b/example/main.cpp
@@ -1,11 +1,11 @@
1#include "example.h" 1#include "ntp.h"
2#include <qpe/qpeapplication.h> 2#include <qpe/qpeapplication.h>
3 3
4int main( int argc, char ** argv ) 4int main( int argc, char ** argv )
5{ 5{
6 QPEApplication a( argc, argv ); 6 QPEApplication a( argc, argv );
7 7
8 Example mw; 8 Ntp mw;
9 a.showMainWidget( &mw ); 9 a.showMainWidget( &mw );
10 10
11 return a.exec(); 11 return a.exec();