1.1 --- a/mainwindow.h Tue Jun 13 08:49:12 2006 +0000
1.2 +++ b/mainwindow.h Wed Jun 14 10:28:01 2006 +0000
1.3 @@ -75,7 +75,7 @@
1.4 void fileImportDir();
1.5 void fileExportXML();
1.6 void fileExportXHTML();
1.7 - void fileExportImage(int);
1.8 + void fileExportImage();
1.9 void fileExportASCII();
1.10 void fileExportLaTeX();
1.11 void fileExportKDEBookmarks();
1.12 @@ -190,6 +190,8 @@
1.13 int maxLastMaps;
1.14 QString lastFileDir;
1.15 Q3Process *procBrowser;
1.16 +
1.17 + QStringList imageTypes;
1.18 };
1.19
1.20