summaryrefslogtreecommitdiffstats
path: root/konversation/src/identity.h
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/identity.h')
-rw-r--r--konversation/src/identity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/identity.h b/konversation/src/identity.h
index 7f446c5..7033fcb 100644
--- a/konversation/src/identity.h
+++ b/konversation/src/identity.h
@@ -21,7 +21,7 @@
class TQTextCodec;
-class Identity : public KShared
+class Identity : public TDEShared
{
public:
/// Create an Identity with a new id.
@@ -127,7 +127,7 @@ class Identity : public KShared
void init();
};
-typedef KSharedPtr<Identity> IdentityPtr;
+typedef TDESharedPtr<Identity> IdentityPtr;
typedef TQValueList<IdentityPtr> IdentityList;
#endif