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

(-)kcontrol/displayconfig/displayconfig.cpp.orig (+3 lines)
Lines 57-62 Link Here
57
#include "displayconfig.h"
57
#include "displayconfig.h"
58
58
59
using namespace std;
59
using namespace std;
60
#ifdef __OpenBSD__
61
#define abs __gnu_cxx::abs
62
#endif
60
63
61
/**** DLL Interface ****/
64
/**** DLL Interface ****/
62
typedef KGenericFactory<KDisplayConfig, TQWidget> KDisplayCFactory;
65
typedef KGenericFactory<KDisplayConfig, TQWidget> KDisplayCFactory;

Return to bug 2110