summaryrefslogtreecommitdiff
Unidiff
Diffstat (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 2b23751..b705c44 100644
--- a/example/main.cpp
+++ b/example/main.cpp
@@ -1,2 +1,2 @@
1#include "ntp.h" 1#include "example.h"
2#include <qpe/qpeapplication.h> 2#include <qpe/qpeapplication.h>
@@ -7,3 +7,3 @@ int main( int argc, char ** argv )
7 7
8 Ntp mw; 8 Example mw;
9 a.showMainWidget( &mw ); 9 a.showMainWidget( &mw );