summaryrefslogtreecommitdiffstats
path: root/tdecore/kglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kglobal.h')
-rw-r--r--tdecore/kglobal.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/tdecore/kglobal.h b/tdecore/kglobal.h
index a6a60c96c..d7aadbc3f 100644
--- a/tdecore/kglobal.h
+++ b/tdecore/kglobal.h
@@ -26,6 +26,7 @@ class KConfig;
class KSharedConfig;
class KIconLoader;
class TDEHardwareDevices;
+class TDEGlobalNetworkManager;
class KLocale;
class KStandardDirs;
class KStaticDeleterBase;
@@ -79,12 +80,18 @@ public:
static KIconLoader *iconLoader();
/**
- * Returns a hardwaredevices object.
- * @return the global hardwaredevices object
+ * Returns a TDEHardwareDevices object.
+ * @return the global hardware devices object
*/
static TDEHardwareDevices *hardwareDevices();
/**
+ * Returns a TDEGlobalNetworkManager object.
+ * @return the global network manager object
+ */
+ static TDEGlobalNetworkManager *networkManager();
+
+ /**
* Returns the global locale object.
* @return the global locale object
*/