#include int main( int argc, char* argv[] ) { QApplication oApp( argc, argv ); return oApp.exec(); }