diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:36:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:36:34 -0600 |
commit | 12f3d421cd2991c0e3f96994efb836ce244172ff (patch) | |
tree | 1e5bd5e8b7521fe66d77c13b7df45df7d5f6dcd6 /tdeui/kpanelapplet.h | |
parent | 21bc7541114fb026606284e45dc10e3320f39f1d (diff) | |
download | tdelibs-12f3d421cd2991c0e3f96994efb836ce244172ff.tar.gz tdelibs-12f3d421cd2991c0e3f96994efb836ce244172ff.zip |
Rename KShared
Diffstat (limited to 'tdeui/kpanelapplet.h')
-rw-r--r-- | tdeui/kpanelapplet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kpanelapplet.h b/tdeui/kpanelapplet.h index 43c7221aa..a8729e331 100644 --- a/tdeui/kpanelapplet.h +++ b/tdeui/kpanelapplet.h @@ -185,7 +185,7 @@ public: * called \<appletname\>\<instanceid\>rc in the user's local %KDE directory. **/ TDEConfig* config() const { return _config; } - KSharedConfig::Ptr sharedConfig() const; + TDESharedConfig::Ptr sharedConfig() const; /** * @return Type indicating the applet's type. |