kbookmarkimporter_opera.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef __kbookmarkimporter_opera_h
00020 #define __kbookmarkimporter_opera_h
00021
00022 #include <qdom.h>
00023 #include <qcstring.h>
00024 #include <qstringlist.h>
00025 #include <ksimpleconfig.h>
00026
00032 class KOperaBookmarkImporter : public QObject
00033 {
00034 Q_OBJECT
00035 public:
00036 KOperaBookmarkImporter( const QString & fileName ) : m_fileName(fileName) {}
00037 ~KOperaBookmarkImporter() {}
00038
00039 void parseOperaBookmarks();
00040
00041
00042 static QString operaBookmarksFile();
00043
00044 signals:
00045
00050 void newBookmark( const QString & text, const QCString & url, const QString & additionalInfo );
00051
00056 void newFolder( const QString & text, bool open, const QString & additionalInfo );
00057
00061 void newSeparator();
00062
00067 void endFolder();
00068
00069 protected:
00070 QString m_fileName;
00071
00072 };
00073
00074 #endif
This file is part of the documentation for kdelibs Version 3.1.5.