From 7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:37:37 -0600 Subject: Rename KShared --- kopete/protocols/irc/libkirc/kircentity.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kopete/protocols/irc/libkirc') diff --git a/kopete/protocols/irc/libkirc/kircentity.h b/kopete/protocols/irc/libkirc/kircentity.h index 3536b4a1..0170dd08 100644 --- a/kopete/protocols/irc/libkirc/kircentity.h +++ b/kopete/protocols/irc/libkirc/kircentity.h @@ -34,7 +34,7 @@ class Engine; class Entity : public TQObject, - public KShared + public TDEShared { Q_OBJECT @@ -95,15 +95,15 @@ private: }; class EntityPtr - : public KSharedPtr + : public TDESharedPtr { public: EntityPtr(KIRC::Entity *entity = 0) - : KSharedPtr(entity) + : TDESharedPtr(entity) { } EntityPtr(const KIRC::EntityPtr &entity) - : KSharedPtr(entity) + : TDESharedPtr(entity) { } }; -- cgit v1.2.1