Salome HOME
Modify default icon for the module
[modules/gui.git] / src / PythonConsole / PythonConsole_PyEditor.h
index 821fdec8752ee218884d4236e130b63776764cf4..b5d303a60e41545e2c5768801c3de6f489028495 100755 (executable)
@@ -24,7 +24,6 @@
 //  File   : PythonConsole_PyEditor.h
 //  Author : Nicolas REJNERI
 //  Module : SALOME
-//  $Header$
 
 #ifndef PythonConsole_PyEditor_H
 #define PythonConsole_PyEditor_H
@@ -59,6 +58,8 @@ protected:
 public slots:
   void handleReturn();
   void onPyInterpChanged( PyInterp_base* );
+
+  virtual QPopupMenu* createPopupMenu( const QPoint& );
   
 private:
   QString        _buf;