Salome HOME
IPAL9285,9292,9314
[modules/visu.git] / src / VISUGUI / VisuGUI_Plot3DDlg.h
index 8194f1d7276640ab385a247f563f7d9a3d301fe0..a1e59f90c2fb1f1229fb33097c688871c910b35b 100644 (file)
@@ -35,6 +35,8 @@
 
 #include <qhbuttongroup.h>
 
+class SalomeApp_Module;
+
 namespace VISU {
   class Plot3D_i;
 };
@@ -96,7 +98,7 @@ class VisuGUI_Plot3DDlg : public QDialog
   Q_OBJECT
 
  public:
-  VisuGUI_Plot3DDlg (QWidget* parent);
+  VisuGUI_Plot3DDlg (SalomeApp_Module* theModule);
   ~VisuGUI_Plot3DDlg() {};
 
   void initFromPrsObject (VISU::Plot3D_i* thePrs)