author | tille <tille> | 2002-06-20 22:49:53 (UTC) |
---|---|---|
committer | tille <tille> | 2002-06-20 22:49:53 (UTC) |
commit | 9a3833c28cf7488957abc9e67094ba8ea60f92cd (patch) (side-by-side diff) | |
tree | 89e8b1f210bd65a38c4c635fefe4d5b9b00242d4 /example | |
parent | 9918a25f403cea369481415c7b6529e4dcfac981 (diff) | |
download | opie-9a3833c28cf7488957abc9e67094ba8ea60f92cd.zip opie-9a3833c28cf7488957abc9e67094ba8ea60f92cd.tar.gz opie-9a3833c28cf7488957abc9e67094ba8ea60f92cd.tar.bz2 |
back again
-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 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(); |