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

(-)a/tdecore/tdeglobal.h (+4 lines)
Lines 25-32 class KCharsets; Link Here
25
class TDEConfig;
25
class TDEConfig;
26
class TDESharedConfig;
26
class TDESharedConfig;
27
class TDEIconLoader;
27
class TDEIconLoader;
28
#ifdef __TDE_HAVE_TDEHWLIB
28
class TDEHardwareDevices;
29
class TDEHardwareDevices;
29
class TDEGlobalNetworkManager;
30
class TDEGlobalNetworkManager;
31
#endif
30
class TDELocale;
32
class TDELocale;
31
class TDEStandardDirs;
33
class TDEStandardDirs;
32
class KStaticDeleterBase;
34
class KStaticDeleterBase;
Lines 79-84 public: Link Here
79
     */
81
     */
80
    static TDEIconLoader	        *iconLoader();
82
    static TDEIconLoader	        *iconLoader();
81
83
84
#ifdef __TDE_HAVE_TDEHWLIB
82
    /**
85
    /**
83
     *  Returns a TDEHardwareDevices object.
86
     *  Returns a TDEHardwareDevices object.
84
     * @return the global hardware devices object
87
     * @return the global hardware devices object
Lines 90-95 public: Link Here
90
     * @return the global network manager object
93
     * @return the global network manager object
91
     */
94
     */
92
    static TDEGlobalNetworkManager   *networkManager();
95
    static TDEGlobalNetworkManager   *networkManager();
96
#endif
93
97
94
    /**
98
    /**
95
     * Returns the global locale object.
99
     * Returns the global locale object.

Return to bug 2494