Salome HOME
Misprint correction
[modules/gui.git] / tools / dlgfactory / __GDIALOG__.cxx
index 705c7213fa8bd74554a56017c2578a71c55bb3fd..9093dbb260a2651f23366494e769f9ee9e9dd207 100644 (file)
@@ -1,6 +1,6 @@
-#include "__CLASSNAME__.hxx"
+#include "__CLASSNAME__.h"
 
-__CLASSNAME__::__CLASSNAME__(QDialog *parent) : GenericDialog(parent)
+__CLASSNAME__::__CLASSNAME__(QDialogparent) : GenericDialog(parent)
 {
   ui.setupUi(this->getPanel());
 }