diff -r 3674e9236634 -r 728f51b71e71 mainwindow.h --- a/mainwindow.h Tue Jan 03 09:44:41 2006 +0000 +++ b/mainwindow.h Tue Jan 03 09:44:41 2006 +0000 @@ -12,10 +12,11 @@ #include #include +#include "file.h" +#include "findwindow.h" +#include "mapeditor.h" +#include "texteditor.h" #include "xml.h" -#include "texteditor.h" -#include "mapeditor.h" -#include "findwindow.h" class Main : public QMainWindow { @@ -90,6 +91,7 @@ void editURL(); void editHeading2URL(); void editBugzilla2URL(); + void editFATE2URL(); void editVymLink(); public slots: void editOpenVymLink(); @@ -137,6 +139,8 @@ void formatToggleLinkColorHint(); void formatFrameNone(); void formatFrameRectangle(); + void formatIncludeImagesVer(); + void formatIncludeImagesHor(); void formatHideLinkUnselected(); void viewZoomReset();