mainwindow.h
changeset 808 b163492fda17
parent 807 f9f7922989d8
child 816 3086ee01554a
     1.1 --- a/mainwindow.h	Wed Nov 25 10:58:21 2009 +0000
     1.2 +++ b/mainwindow.h	Wed Nov 25 15:27:22 2009 +0000
     1.3 @@ -9,7 +9,6 @@
     1.4  #include "extrainfodialog.h"
     1.5  #include "flag.h"
     1.6  #include "file.h"
     1.7 -#include "findwindow.h"
     1.8  #include "historywindow.h"
     1.9  #include "mapeditor.h"
    1.10  #include "simplescripteditor.h"
    1.11 @@ -117,9 +116,7 @@
    1.12      void editCopy();	
    1.13      void editPaste();	
    1.14      void editCut();	
    1.15 -    void editOpenFindWindow();
    1.16 -	void editFind(QString);
    1.17 -	void editFindChanged();
    1.18 +    void editOpenFindWidget();
    1.19  private:
    1.20  	void openTabs(QStringList);
    1.21  public slots:
    1.22 @@ -248,7 +245,6 @@
    1.23  
    1.24  private:
    1.25  	QTabWidget *tabWidget;
    1.26 -	FindWindow *findWindow;
    1.27  	QProcess *procBrowser;		//FIXME-2 remove this...
    1.28  	qint64 *browserPID;
    1.29