summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/main.cpp
Unidiff
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