21 #ifndef __kbookmarkimporter_opera_h
22 #define __kbookmarkimporter_opera_h
25 #include <tqcstring.h>
26 #include <tqstringlist.h>
27 #include <ksimpleconfig.h>
29 #include <kbookmarkimporter.h>
42 void parseOperaBookmarks();
45 static TQString operaBookmarksFile();
48 void newBookmark(
const TQString & text,
const TQCString & url,
const TQString & additionalInfo );
49 void newFolder(
const TQString & text,
bool open,
const TQString & additionalInfo );
66 virtual TQString findDefaultLocation(
bool forSaving =
false)
const;
68 class KOperaBookmarkImporterImplPrivate *d;
83 class KOperaBookmarkExporterImplPrivate *d;