diff -r 3674e9236634 -r 728f51b71e71 mapeditor.h --- a/mapeditor.h Tue Jan 03 09:44:41 2006 +0000 +++ b/mapeditor.h Tue Jan 03 09:44:41 2006 +0000 @@ -10,6 +10,7 @@ #include #include "mapcenterobj.h" +#include "file.h" #include "misc.h" class QNetworkOperation; @@ -125,6 +126,7 @@ void editURL(); // edit the URL void editHeading2URL(); // copy heading to URL void editBugzilla2URL(); // create URL to Bugzilla + void editFATE2URL(); // create URL to FATE void editVymLink(); // edit link to another map void deleteVymLink(); // delete link to another map QString getVymLink(); // return path to map @@ -152,6 +154,8 @@ void saveFloatImage (int); void toggleFloatExport(); void setFrame(const FrameType &); + void setIncludeImagesVer(bool); + void setIncludeImagesHor(bool); void setHideLinkUnselected (bool); bool getHideLinkUnselected (); private: