Use updated DrKonqi instead of internal crash handler

This resolves Bug 1738
pull/1/head
Slávek Banko 11 years ago
parent 4c817db1cc
commit e4551a98fe

@ -38,6 +38,8 @@
#include "note.h" // For Note::Zone
#include "config.h"
#define BASKET_USE_DRKONQI
class TQVBoxLayout;
class TQDomDocument;
class TQDomElement;

@ -33,7 +33,9 @@ TDECmdLineOptions basket_options[] =
{ "h", 0, 0 },
{ "start-hidden", I18N_NOOP("Hide the main window in the system tray icon on startup"), 0 },
{ "k", 0, 0 },
#ifndef BASKET_USE_DRKONQI
{ "use-drkonquy", I18N_NOOP("When crashing, use the standard TDE report dialog instead of sending an email"), 0 },
#endif
{ "+[file]", I18N_NOOP("Open basket archive or template"), 0 },
TDECmdLineLastOption
};

Loading…
Cancel
Save