diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-29 17:11:06 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-29 17:11:06 -0500 |
commit | 22f8381c08ec2c39dbafb9d9851c2b55d94be4a8 (patch) | |
tree | 030156035a2203c377221fbf50e0ad2c9ed1f6ce /tdecore/kglobal.h | |
parent | 2b5fed5f0e79c29ad49b0926cf4433114abe335c (diff) | |
download | tdelibs-22f8381c08ec2c39dbafb9d9851c2b55d94be4a8.tar.gz tdelibs-22f8381c08ec2c39dbafb9d9851c2b55d94be4a8.zip |
Add initial tdehardwaredevices skeleton to tdecore
Do not use the added classes yet, as the API and ABI are still under heavy construction!
Diffstat (limited to 'tdecore/kglobal.h')
-rw-r--r-- | tdecore/kglobal.h | 7 |
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 */ |