-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,3 +1,3 @@ -#include "example.h" +#include "ntp.h" #include <qpe/qpeapplication.h> @@ -6,5 +6,5 @@ int main( int argc, char ** argv ) QPEApplication a( argc, argv ); - Example mw; + Ntp mw; a.showMainWidget( &mw ); |