1.1 --- a/mainwindow.h Tue Jan 23 11:50:53 2007 +0000
1.2 +++ b/mainwindow.h Mon Mar 05 23:22:51 2007 +0000
1.3 @@ -8,6 +8,7 @@
1.4 #include "findwindow.h"
1.5 #include "historywindow.h"
1.6 #include "mapeditor.h"
1.7 +#include "simplescripteditor.h"
1.8 #include "texteditor.h"
1.9 #include "xml.h"
1.10
1.11 @@ -173,6 +174,7 @@
1.12 bool useFlagGroups();
1.13
1.14 private slots:
1.15 + void runScript(QString);
1.16 void showPropertyDialog();
1.17 void windowNextEditor();
1.18 void windowPreviousEditor();
1.19 @@ -201,6 +203,7 @@
1.20 HistoryWindow *historyWindow;
1.21
1.22 BranchPropertyWindow *branchPropertyWindow;
1.23 + SimpleScriptEditor *scriptEditor;
1.24
1.25 QList <QAction*> actionListBranches;
1.26