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/libkopete/kopetepicture.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/libkopete/kopetepicture.cpp') diff --git a/kopete/libkopete/kopetepicture.cpp b/kopete/libkopete/kopetepicture.cpp index 1336492f..11e067cb 100644 --- a/kopete/libkopete/kopetepicture.cpp +++ b/kopete/libkopete/kopetepicture.cpp @@ -27,7 +27,7 @@ namespace Kopete { -class Picture::Private : public KShared +class Picture::Private : public TDEShared { public: Private() @@ -186,7 +186,7 @@ void Picture::setPicture(const KABC::Picture &picture) void Picture::detach() { - // there is no detach in KSharedPtr. + // there is no detach in TDESharedPtr. if( d.count() == 1 ) return; -- cgit v1.2.1