From 22f8381c08ec2c39dbafb9d9851c2b55d94be4a8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 29 Mar 2012 17:11:06 -0500 Subject: Add initial tdehardwaredevices skeleton to tdecore Do not use the added classes yet, as the API and ABI are still under heavy construction! --- tdecore/kglobal.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tdecore/kglobal.h') 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; @@ -77,6 +78,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 -- cgit v1.2.1