exports.h
changeset 239 bdeb503d2b7f
parent 234 5115a9d93e86
child 311 6a7db028088e
     1.1 --- a/exports.h	Wed Mar 08 12:59:08 2006 +0000
     1.2 +++ b/exports.h	Tue Mar 14 14:27:04 2006 +0000
     1.3 @@ -46,6 +46,13 @@
     1.4  };
     1.5  
     1.6  ///////////////////////////////////////////////////////////////////////
     1.7 +class ExportKDEBookmarks:public ExportXMLBase
     1.8 +{
     1.9 +public:
    1.10 +	virtual void doExport();
    1.11 +};	
    1.12 +
    1.13 +///////////////////////////////////////////////////////////////////////
    1.14  class ExportTaskjuggler:public ExportXMLBase
    1.15  {
    1.16  public:
    1.17 @@ -69,7 +76,6 @@
    1.18  	bool setConfigFile (const QString &);
    1.19  private:
    1.20  	QString buildList (BranchObj*);
    1.21 -	QString skipPageFlag;
    1.22  	bool useSections;
    1.23  	QString configFile;
    1.24  	QString configDir;