summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/main.cpp
blob: 5b014083c79cc4a25628862a1e2be210fa25066b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//#include "settime.h"
#include "ntp.h"
#include <qpe/qpeapplication.h>

int main( int argc, char ** argv )
{
    QPEApplication a( argc, argv );

  //  SetDateTime mw;
    Ntp mw;
    a.showMainWidget( &mw );

    return a.exec();
}