summaryrefslogtreecommitdiffstats
path: root/tdecore/kglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kglobal.h')
-rw-r--r--tdecore/kglobal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tdecore/kglobal.h b/tdecore/kglobal.h
index cd433d530..a6a60c96c 100644
--- a/tdecore/kglobal.h
+++ b/tdecore/kglobal.h
@@ -25,6 +25,7 @@ class KCharsets;
class KConfig;
class KSharedConfig;
class KIconLoader;
+class TDEHardwareDevices;
class KLocale;
class KStandardDirs;
class KStaticDeleterBase;
@@ -78,6 +79,12 @@ public:
static KIconLoader *iconLoader();
/**
+ * Returns a hardwaredevices object.
+ * @return the global hardwaredevices object
+ */
+ static TDEHardwareDevices *hardwareDevices();
+
+ /**
* Returns the global locale object.
* @return the global locale object
*/