Salome HOME
Fix for Bug NPAL16771(EDF 556 SMESH : Can't select some groups of nodes in the VTK...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_TransparencyDlg.h
index c26614e61b957e5f8edf7bd0e6bf21047bfbc5b0..e7e8b5f5a96eefd9a8ea6cecfd4154d1910e81b5 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -56,6 +56,9 @@ public:
 
     ~SMESHGUI_TransparencyDlg();
 
+private:
+    void keyPressEvent(QKeyEvent*);
+
 private :
 
   SMESHGUI*               mySMESHGUI;