author | tille <tille> | 2002-06-20 22:13:34 (UTC) |
---|---|---|
committer | tille <tille> | 2002-06-20 22:13:34 (UTC) |
commit | c2eb66bc5c5ac4225edff8b369026bd208f8c148 (patch) (unidiff) | |
tree | 2175ed4f4db02c7ae182c97bfabb0148d92f5295 /example/main.cpp | |
parent | de666dda3fab5b060071f3b037c04fcc4767870a (diff) | |
download | opie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.zip opie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.tar.gz opie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.tar.bz2 |
here it is...
-rw-r--r-- | example/main.cpp | 4 |
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,12 +1,12 @@ | |||
1 | #include "example.h" | 1 | #include "ntp.h" |
2 | #include <qpe/qpeapplication.h> | 2 | #include <qpe/qpeapplication.h> |
3 | 3 | ||
4 | int main( int argc, char ** argv ) | 4 | int 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(); |
12 | } | 12 | } |