21 #ifndef __kbookmarkimporter_crash_h
22 #define __kbookmarkimporter_crash_h
25 #include <tqcstring.h>
26 #include <tqstringlist.h>
28 #include <ksimpleconfig.h>
29 #include <kdemacros.h>
31 #include "kbookmarkimporter.h"
43 void parseCrashBookmarks(
bool del =
true );
44 static TQString crashBookmarksDir( );
45 static TQStringList getCrashLogs();
47 void newBookmark(
const TQString & text,
const TQCString & url,
const TQString & additionalInfo );
48 void newFolder(
const TQString & text,
bool open,
const TQString & additionalInfo );
53 void parseCrashLog( TQString filename,
bool del );
64 void setShouldDelete(
bool);
66 virtual TQString findDefaultLocation(
bool forSaving =
false)
const;
67 static TQStringList getCrashLogs();
70 TQMap<TQString, TQString> parseCrashLog_noemit(
const TQString & filename,
bool del );
71 class KCrashBookmarkImporterImplPrivate *d;
A class for importing NS bookmarks KEditBookmarks uses it to insert bookmarks into its DOM tree,...
A class for importing all crash sessions as bookmarks.
A class for importing all crash sessions as bookmarks.