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 2110
Collapse All | Expand All

(-)tdm/kfrontend/kgapp.h.orig (+4 lines)
Lines 27-33 Link Here
27
#define KGAPP_H
27
#define KGAPP_H
28
28
29
#include <tdeapplication.h>
29
#include <tdeapplication.h>
30
#ifdef COMPILE_TDEHARDWAREBACKEND
30
#include <tdehardwaredevices.h>
31
#include <tdehardwaredevices.h>
32
#else
33
#define TDEGenericDevice void
34
#endif
31
35
32
class GreeterApp : public TDEApplication {
36
class GreeterApp : public TDEApplication {
33
	Q_OBJECT
37
	Q_OBJECT

Return to bug 2110