Salome HOME
Merge branch 'V8_3_asterstudy' into V8_3_BR
[modules/gui.git] / tools / PyEditor / src / PyEditor_FindTool.h
index e6501700e85e917e2e3607fbcd4d730ff4c2c661..2eab236ecdd63c1bbe9a3d9c53caa8441850642a 100644 (file)
@@ -33,6 +33,7 @@ class PyEditor_Editor;
 class QAction;
 class QLabel;
 class QLineEdit;
+class QMenu;
 
 class PYEDITOR_EXPORT PyEditor_FindTool : public QWidget
 {
@@ -60,6 +61,7 @@ private slots:
   void replaceAll();
   void update();
   void activate( int );
+  void customizeMenu( QMenu* );
 
 private:
   QList<QKeySequence> shortcuts( int ) const;