Salome HOME
First compilable version
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SmoothingDlg.h
index 6def01cae4af13137686135c2318087d51355085..08bfd784296316358f002704ed1f8df17b9e61a4 100644 (file)
@@ -28,6 +28,7 @@
 
 // SMESH includes
 #include "SMESH_SMESHGUI.hxx"
+#include "SMESHGUI_Helper.h"
 
 // Qt includes
 #include <QDialog>
@@ -57,7 +58,7 @@ class SMESH_LogicalFilter;
 // class    : SMESHGUI_SmoothingDlg
 // purpose  :
 //=================================================================================
-class SMESHGUI_EXPORT SMESHGUI_SmoothingDlg : public QDialog
+class SMESHGUI_EXPORT SMESHGUI_SmoothingDlg : public QDialog, public SMESHGUI_Helper
 { 
   Q_OBJECT