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

(-)tdecore/kinstance.h.orig (+6 lines)
Lines 27-34 Link Here
27
class TDEInstancePrivate;
27
class TDEInstancePrivate;
28
class KMimeSourceFactory;
28
class KMimeSourceFactory;
29
class TDESharedConfig;
29
class TDESharedConfig;
30
#ifdef WITH_TDEHWLIB
30
class TDEHardwareDevices;
31
class TDEHardwareDevices;
31
class TDEGlobalNetworkManager;
32
class TDEGlobalNetworkManager;
33
#endif
32
34
33
#include <tqstring.h>
35
#include <tqstring.h>
34
#include "tdelibs_export.h"
36
#include "tdelibs_export.h"
Lines 110-115 Link Here
110
     */
112
     */
111
    TDEIconLoader	       *iconLoader() const;
113
    TDEIconLoader	       *iconLoader() const;
112
114
115
#ifdef WITH_TDEHWLIB
113
    /**
116
    /**
114
     *  Returns a TDEHardwareDevices object.
117
     *  Returns a TDEHardwareDevices object.
115
     * @return the hardwaredevices object.
118
     * @return the hardwaredevices object.
Lines 121-126 Link Here
121
     * @return the networkmanager object.
124
     * @return the networkmanager object.
122
     */
125
     */
123
    TDEGlobalNetworkManager  *networkManager() const;
126
    TDEGlobalNetworkManager  *networkManager() const;
127
#endif
124
128
125
    /**
129
    /**
126
     * Re-allocate the global iconloader.
130
     * Re-allocate the global iconloader.
Lines 168-175 Link Here
168
    mutable TDEConfig             *_config;
172
    mutable TDEConfig             *_config;
169
    mutable TDEIconLoader         *_iconLoader;
173
    mutable TDEIconLoader         *_iconLoader;
170
174
175
#ifdef WITH_TDEHWLIB
171
    mutable TDEHardwareDevices  *_hardwaredevices;
176
    mutable TDEHardwareDevices  *_hardwaredevices;
172
    mutable TDEGlobalNetworkManager  *_networkmanager;
177
    mutable TDEGlobalNetworkManager  *_networkmanager;
178
#endif
173
    mutable void                *_placeholder;
179
    mutable void                *_placeholder;
174
180
175
    TQCString                     _name;
181
    TQCString                     _name;

Return to bug 2109