summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/ksharedptr.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:23:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:23:17 -0600
commit8f78d8aa940d3d1cf41e279bf0174bc9b95d759a (patch)
treeecb8eb32e27d854a4342840ca564916c65be998c /sip/tdecore/ksharedptr.sip
parentc64839178e70887ed52b276b23ba4ca8a897e4b2 (diff)
downloadpytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.tar.gz
pytde-8f78d8aa940d3d1cf41e279bf0174bc9b95d759a.zip
Rename KShared
Diffstat (limited to 'sip/tdecore/ksharedptr.sip')
-rw-r--r--sip/tdecore/ksharedptr.sip16
1 files changed, 8 insertions, 8 deletions
diff --git a/sip/tdecore/ksharedptr.sip b/sip/tdecore/ksharedptr.sip
index f6ca092..0a66253 100644
--- a/sip/tdecore/ksharedptr.sip
+++ b/sip/tdecore/ksharedptr.sip
@@ -24,7 +24,7 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-class KShared
+class TDEShared
{
%TypeHeaderCode
#include <ksharedptr.h>
@@ -32,14 +32,14 @@ class KShared
public:
- KShared ();
- KShared (const KShared&);
- void _KShared_ref ();
- void _KShared_unref ();
- int _KShared_count ();
+ TDEShared ();
+ TDEShared (const TDEShared&);
+ void _TDEShared_ref ();
+ void _TDEShared_unref ();
+ int _TDEShared_count ();
protected:
- ~KShared ();
+ ~TDEShared ();
-}; // class KShared
+}; // class TDEShared