summaryrefslogtreecommitdiff
path: root/example
authortille <tille>2002-06-20 22:49:53 (UTC)
committer tille <tille>2002-06-20 22:49:53 (UTC)
commit9a3833c28cf7488957abc9e67094ba8ea60f92cd (patch) (side-by-side diff)
tree89e8b1f210bd65a38c4c635fefe4d5b9b00242d4 /example
parent9918a25f403cea369481415c7b6529e4dcfac981 (diff)
downloadopie-9a3833c28cf7488957abc9e67094ba8ea60f92cd.zip
opie-9a3833c28cf7488957abc9e67094ba8ea60f92cd.tar.gz
opie-9a3833c28cf7488957abc9e67094ba8ea60f92cd.tar.bz2
back again
Diffstat (limited to 'example') (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,11 +1,11 @@
-#include "ntp.h"
+#include "example.h"
#include <qpe/qpeapplication.h>
int main( int argc, char ** argv )
{
QPEApplication a( argc, argv );
- Ntp mw;
+ Example mw;
a.showMainWidget( &mw );
return a.exec();