diff -r 325958acb69b -r ca30b203fb73 mainwindow.h --- a/mainwindow.h Mon Oct 10 11:20:25 2005 +0000 +++ b/mainwindow.h Tue Jan 24 15:09:48 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();