Salome HOME
Updates from V7_dev branch
[modules/gui.git] / tools / dlgfactory / qtester.cxx
index 67a875f1af716241a4629a433a406bf09dd20125..fd4df0a0f5e4d8f001b346f5c210526894e6e55c 100644 (file)
 // (gboulant - 12/10/2010)
 //
 #include <QApplication>
-#include <QtGui>
 #include "QDialogTest.h"
 
 void TEST_show() {
-  QDialogTest * dialog = new QDialogTest();
+  QDialogTest* dialog = new QDialogTest();
   dialog->show();
 }
 
-int main(int argc, char *argv[])
+int main(int argc, charargv[])
 {
   QApplication app(argc, argv);
   TEST_show();