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/kinstance.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tdecore/kinstance.h') diff --git a/tdecore/kinstance.h b/tdecore/kinstance.h index 444a2d8c8..5d1dbdce0 100644 --- a/tdecore/kinstance.h +++ b/tdecore/kinstance.h @@ -28,6 +28,7 @@ class KInstancePrivate; class KMimeSourceFactory; class KSharedConfig; class TDEHardwareDevices; +class TDEGlobalNetworkManager; #include #include "tdelibs_export.h" @@ -110,11 +111,17 @@ class TDECORE_EXPORT KInstance KIconLoader *iconLoader() const; /** - * Returns a hardwaredevices object. + * Returns a TDEHardwareDevices object. * @return the hardwaredevices object. */ TDEHardwareDevices *hardwareDevices() const; + /** + * Returns a TDEGlobalNetworkManager object. + * @return the networkmanager object. + */ + TDEGlobalNetworkManager *networkManager() const; + /** * Re-allocate the global iconloader. */ @@ -162,6 +169,8 @@ private: mutable KIconLoader *_iconLoader; mutable TDEHardwareDevices *_hardwaredevices; + mutable TDEGlobalNetworkManager *_networkmanager; + mutable void *_placeholder; TQCString _name; const KAboutData *_aboutData; -- cgit v1.2.3