mainwindow.h
changeset 205 30c4a6c7ff10
parent 175 728f51b71e71
child 215 e211e2fc9d54
     1.1 --- a/mainwindow.h	Wed Feb 15 12:54:55 2006 +0000
     1.2 +++ b/mainwindow.h	Wed Feb 15 12:54:55 2006 +0000
     1.3 @@ -57,7 +57,7 @@
     1.4      void newView();
     1.5  	void editorChanged(QWidget*);
     1.6  
     1.7 -    void fileLoad(QString ,const LoadMode &);
     1.8 +    ErrorCode fileLoad(QString ,const LoadMode &);
     1.9      void fileLoad(const LoadMode &);
    1.10      void fileLoad();
    1.11  	void fileLoadLast(int);
    1.12 @@ -66,6 +66,7 @@
    1.13      void fileSaveAs(const SaveMode &);
    1.14      void fileSaveAs();
    1.15      void fileImportDir();
    1.16 +    void fileImportKDEBookmarks();
    1.17      void fileExportXML();
    1.18      void fileExportHTML();
    1.19      void fileExportXHTML();