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) (side-by-side diff)
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 @@
-#include "example.h"
+#include "ntp.h"
#include <qpe/qpeapplication.h>
int main( int argc, char ** argv )
{
QPEApplication a( argc, argv );
- Example mw;
+ Ntp mw;
a.showMainWidget( &mw );
return a.exec();