From 2a415e33e054e00a9b1a3385d3883f36c9c1b6d4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 27 Aug 2012 11:52:10 -0500 Subject: Add network manager global object to kinstance This breaks the ABI --- tdecore/kglobal.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'tdecore/kglobal.h') 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,11 +80,17 @@ 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 -- cgit v1.2.1