1.1 --- a/mainwindow.h Mon Oct 10 11:20:25 2005 +0000
1.2 +++ b/mainwindow.h Tue Jan 24 15:09:48 2006 +0000
1.3 @@ -12,10 +12,11 @@
1.4 #include <qtabwidget.h>
1.5 #include <qmap.h>
1.6
1.7 +#include "file.h"
1.8 +#include "findwindow.h"
1.9 +#include "mapeditor.h"
1.10 +#include "texteditor.h"
1.11 #include "xml.h"
1.12 -#include "texteditor.h"
1.13 -#include "mapeditor.h"
1.14 -#include "findwindow.h"
1.15
1.16 class Main : public QMainWindow
1.17 {
1.18 @@ -90,6 +91,7 @@
1.19 void editURL();
1.20 void editHeading2URL();
1.21 void editBugzilla2URL();
1.22 + void editFATE2URL();
1.23 void editVymLink();
1.24 public slots:
1.25 void editOpenVymLink();
1.26 @@ -137,6 +139,8 @@
1.27 void formatToggleLinkColorHint();
1.28 void formatFrameNone();
1.29 void formatFrameRectangle();
1.30 + void formatIncludeImagesVer();
1.31 + void formatIncludeImagesHor();
1.32 void formatHideLinkUnselected();
1.33
1.34 void viewZoomReset();