#include "ntp.h" #include int main( int argc, char ** argv ) { QPEApplication a( argc, argv ); Ntp mw; a.showMainWidget( &mw ); return a.exec(); }