19 #ifndef __kbookmarkimporter_opera_h
20 #define __kbookmarkimporter_opera_h
23 #include <tqcstring.h>
24 #include <tqstringlist.h>
25 #include <ksimpleconfig.h>
27 #include <kbookmarkimporter.h>
40 void parseOperaBookmarks();
43 static TQString operaBookmarksFile();
46 void newBookmark(
const TQString & text,
const TQCString & url,
const TQString & additionalInfo );
47 void newFolder(
const TQString & text,
bool open,
const TQString & additionalInfo );
64 virtual TQString findDefaultLocation(
bool forSaving =
false)
const;
66 class KOperaBookmarkImporterImplPrivate *d;
81 class KOperaBookmarkExporterImplPrivate *d;