diff -r f9f7922989d8 -r b163492fda17 mainwindow.h --- a/mainwindow.h Wed Nov 25 10:58:21 2009 +0000 +++ b/mainwindow.h Wed Nov 25 15:27:22 2009 +0000 @@ -9,7 +9,6 @@ #include "extrainfodialog.h" #include "flag.h" #include "file.h" -#include "findwindow.h" #include "historywindow.h" #include "mapeditor.h" #include "simplescripteditor.h" @@ -117,9 +116,7 @@ void editCopy(); void editPaste(); void editCut(); - void editOpenFindWindow(); - void editFind(QString); - void editFindChanged(); + void editOpenFindWidget(); private: void openTabs(QStringList); public slots: @@ -248,7 +245,6 @@ private: QTabWidget *tabWidget; - FindWindow *findWindow; QProcess *procBrowser; //FIXME-2 remove this... qint64 *browserPID;