Salome HOME
Merge from OCC_development_generic_2006
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_Service.h
index 1d9a5576c6b5c9005006def9214220f409b70380..3a466790dff17010eacc81404631a599e613a384 100644 (file)
@@ -28,7 +28,6 @@
 #ifndef SUPERVGUI_Service_H
 #define SUPERVGUI_Service_H
 
-using namespace std;
 #include "SUPERVGUI_Def.h"
 #include <qtabwidget.h>
 #include <qhgroupbox.h>
@@ -199,6 +198,9 @@ public:
   void setNextFunction(SUPERV_Strings theStr)
     { myNextPane->setFunction(theStr); }
 
+public slots:
+  void clickOnOk();
+
 private:
   SUPERVGUI_PythonEditPane* myEditPane;
   SUPERVGUI_PythonEditPane* myInitPane;