19 #ifndef __kbookmarkimporter_crash_h
20 #define __kbookmarkimporter_crash_h
23 #include <tqcstring.h>
24 #include <tqstringlist.h>
26 #include <ksimpleconfig.h>
27 #include <tdemacros.h>
29 #include "kbookmarkimporter.h"
41 void parseCrashBookmarks(
bool del =
true );
42 static TQString crashBookmarksDir( );
43 static TQStringList getCrashLogs();
45 void newBookmark(
const TQString & text,
const TQCString & url,
const TQString & additionalInfo );
46 void newFolder(
const TQString & text,
bool open,
const TQString & additionalInfo );
51 void parseCrashLog( TQString filename,
bool del );
62 void setShouldDelete(
bool);
64 virtual TQString findDefaultLocation(
bool forSaving =
false)
const;
65 static TQStringList getCrashLogs();
68 TQMap<TQString, TQString> parseCrashLog_noemit(
const TQString & filename,
bool del );
69 class TDECrashBookmarkImporterImplPrivate *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.