author | tille <tille> | 2002-06-20 22:49:53 (UTC) |
---|---|---|
committer | tille <tille> | 2002-06-20 22:49:53 (UTC) |
commit | 9a3833c28cf7488957abc9e67094ba8ea60f92cd (patch) (unidiff) | |
tree | 89e8b1f210bd65a38c4c635fefe4d5b9b00242d4 | |
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,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 ); |