diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 00:23:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 00:23:17 -0600 |
commit | 8f78d8aa940d3d1cf41e279bf0174bc9b95d759a (patch) | |
tree | ecb8eb32e27d854a4342840ca564916c65be998c /sip/tdecore/kglobal.sip | |
parent | c64839178e70887ed52b276b23ba4ca8a897e4b2 (diff) | |
download | pytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.tar.gz pytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.zip |
Rename KShared
Diffstat (limited to 'sip/tdecore/kglobal.sip')
-rw-r--r-- | sip/tdecore/kglobal.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdecore/kglobal.sip b/sip/tdecore/kglobal.sip index 71652c9..59515a3 100644 --- a/sip/tdecore/kglobal.sip +++ b/sip/tdecore/kglobal.sip @@ -37,7 +37,7 @@ public: static TDEConfig* config (); %If ( KDE_3_2_0 - ) - static KSharedConfig* sharedConfig (); + static TDESharedConfig* sharedConfig (); %End static KIconLoader* iconLoader (); |