summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/main.cpp
authortille <tille>2002-06-25 13:09:08 (UTC)
committer tille <tille>2002-06-25 13:09:08 (UTC)
commit8501705e4e50602aaabe9877e6d8821555e3a05a (patch) (unidiff)
tree3f34b6d0f8b7f7e692ccbefd91356685c322204f /noncore/settings/netsystemtime/main.cpp
parentd282b4f9cba20305e237910aca531b0360666f13 (diff)
downloadopie-8501705e4e50602aaabe9877e6d8821555e3a05a.zip
opie-8501705e4e50602aaabe9877e6d8821555e3a05a.tar.gz
opie-8501705e4e50602aaabe9877e6d8821555e3a05a.tar.bz2
included systemtime gui
not yet much funtionaliti
Diffstat (limited to 'noncore/settings/netsystemtime/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/netsystemtime/main.cpp b/noncore/settings/netsystemtime/main.cpp
index 2b23751..5b01408 100644
--- a/noncore/settings/netsystemtime/main.cpp
+++ b/noncore/settings/netsystemtime/main.cpp
@@ -1,3 +1,4 @@
1//#include "settime.h"
1#include "ntp.h" 2#include "ntp.h"
2#include <qpe/qpeapplication.h> 3#include <qpe/qpeapplication.h>
3 4
@@ -5,6 +6,7 @@ int main( int argc, char ** argv )
5{ 6{
6 QPEApplication a( argc, argv ); 7 QPEApplication a( argc, argv );
7 8
9 // SetDateTime mw;
8 Ntp mw; 10 Ntp mw;
9 a.showMainWidget( &mw ); 11 a.showMainWidget( &mw );
10 12