diff -r c2ffbc9b832d -r f867269ab8a1 mainwindow.h --- a/mainwindow.h Sat Feb 24 12:32:53 2007 +0000 +++ b/mainwindow.h Mon Mar 05 23:22:51 2007 +0000 @@ -8,6 +8,7 @@ #include "findwindow.h" #include "historywindow.h" #include "mapeditor.h" +#include "simplescripteditor.h" #include "texteditor.h" #include "xml.h" @@ -173,6 +174,7 @@ bool useFlagGroups(); private slots: + void runScript(QString); void showPropertyDialog(); void windowNextEditor(); void windowPreviousEditor(); @@ -201,6 +203,7 @@ HistoryWindow *historyWindow; BranchPropertyWindow *branchPropertyWindow; + SimpleScriptEditor *scriptEditor; QList actionListBranches;