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/kinstance.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tdecore/kinstance.h') diff --git a/tdecore/kinstance.h b/tdecore/kinstance.h index 22da3bb3c..75cc4b46a 100644 --- a/tdecore/kinstance.h +++ b/tdecore/kinstance.h @@ -27,6 +27,7 @@ class TQFont; class KInstancePrivate; class KMimeSourceFactory; class KSharedConfig; +class TDEHardwareDevices; #include #include "tdelibs_export.h" @@ -100,6 +101,12 @@ class TDECORE_EXPORT KInstance */ KIconLoader *iconLoader() const; + /** + * Returns a hardwaredevices object. + * @return the hardwaredevices object. + */ + TDEHardwareDevices *hardwareDevices() const; + /** * Re-allocate the global iconloader. */ @@ -146,6 +153,8 @@ private: mutable KConfig *_config; mutable KIconLoader *_iconLoader; + mutable TDEHardwareDevices *_hardwaredevices; + TQCString _name; const KAboutData *_aboutData; -- cgit v1.2.3