author | tille <tille> | 2002-06-20 22:13:34 (UTC) |
---|---|---|
committer | tille <tille> | 2002-06-20 22:13:34 (UTC) |
commit | c2eb66bc5c5ac4225edff8b369026bd208f8c148 (patch) (side-by-side diff) | |
tree | 2175ed4f4db02c7ae182c97bfabb0148d92f5295 /example/main.cpp | |
parent | de666dda3fab5b060071f3b037c04fcc4767870a (diff) | |
download | opie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.zip opie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.tar.gz opie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.tar.bz2 |
here it is...
-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,12 +1,12 @@ -#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(); } |