-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 | } |