diff -r 36eb4b8f409e -r 25a950c2eb98 mainwindow.h --- a/mainwindow.h Thu Feb 25 11:03:52 2010 +0000 +++ b/mainwindow.h Tue Mar 09 08:29:09 2010 +0000 @@ -16,7 +16,6 @@ #include "texteditor.h" #include "vymview.h" - class Main : public QMainWindow { Q_OBJECT @@ -123,6 +122,8 @@ void editPaste(); void editCut(); void editOpenFindWidget(); + void editHideFindWidget(); + void editFindNext(QString s); void editFindDuplicateURLs(); private: void openTabs(QStringList);