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