By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1738
Collapse All | Expand All

(-)a/src/basket.h (+2 lines)
Lines 38-43 Link Here
38
#include "note.h" // For Note::Zone
38
#include "note.h" // For Note::Zone
39
#include "config.h"
39
#include "config.h"
40
40
41
#define BASKET_USE_DRKONQI
42
41
class TQVBoxLayout;
43
class TQVBoxLayout;
42
class TQDomDocument;
44
class TQDomDocument;
43
class TQDomElement;
45
class TQDomElement;
(-)a/src/basket_options.h (+2 lines)
Lines 33-39 TDECmdLineOptions basket_options[] = Link Here
33
	{ "h", 0, 0 },
33
	{ "h", 0, 0 },
34
	{ "start-hidden", I18N_NOOP("Hide the main window in the system tray icon on startup"), 0 },
34
	{ "start-hidden", I18N_NOOP("Hide the main window in the system tray icon on startup"), 0 },
35
	{ "k", 0, 0 },
35
	{ "k", 0, 0 },
36
#ifndef BASKET_USE_DRKONQI
36
	{ "use-drkonquy", I18N_NOOP("When crashing, use the standard TDE report dialog instead of sending an email"), 0 },
37
	{ "use-drkonquy", I18N_NOOP("When crashing, use the standard TDE report dialog instead of sending an email"), 0 },
38
#endif
37
	{ "+[file]", I18N_NOOP("Open basket archive or template"), 0 },
39
	{ "+[file]", I18N_NOOP("Open basket archive or template"), 0 },
38
	TDECmdLineLastOption
40
	TDECmdLineLastOption
39
};
41
};

Return to bug 1738