Salome HOME
Misprint correction
[modules/gui.git] / tools / dlgfactory / qtester.cxx
index 332ed528889ec63917aa5550a7b1b9668dbc0e1d..4a21876879e9bc94f4dd662c98615bd9258acd34 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2010-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // (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();