Salome HOME
Using files from package LightApp instead of files from package SalomeApp
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_StandardMeshInfosDlg.h
index 857be0d4d7eff497fda3be44461d7564b3e4990a..28a6dfbc71eb40808fd7433223df8514f4b7a1c7 100644 (file)
@@ -40,14 +40,16 @@ class QLabel;
 class QPushButton;
 class QLineEdit;
 class QTextBrowser;
-class SalomeApp_SelectionMgr;
+class LightApp_SelectionMgr;
+class SMESHGUI;
+
 
 class SMESHGUI_StandardMeshInfosDlg : public QDialog
 { 
     Q_OBJECT
 
 public:
-    SMESHGUI_StandardMeshInfosDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+    SMESHGUI_StandardMeshInfosDlg( SMESHGUI*, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
     ~SMESHGUI_StandardMeshInfosDlg();
 
 protected:
@@ -62,7 +64,8 @@ private slots:
     void onStartSelection();
 
 private:
-    SalomeApp_SelectionMgr*  mySelectionMgr; 
+    SMESHGUI*                mySMESHGUI;
+    LightApp_SelectionMgr*   mySelectionMgr; 
     bool                     myStartSelection;
     bool                     myIsActiveWindow;