diff options
Diffstat (limited to 'sip/tdecore/ksharedptr.sip')
-rw-r--r-- | sip/tdecore/ksharedptr.sip | 16 |
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 |