diff options
Diffstat (limited to 'kopete/libkopete/kopetepicture.cpp')
-rw-r--r-- | kopete/libkopete/kopetepicture.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/kopetepicture.cpp b/kopete/libkopete/kopetepicture.cpp index dad810c4..74d85ffe 100644 --- a/kopete/libkopete/kopetepicture.cpp +++ b/kopete/libkopete/kopetepicture.cpp @@ -55,7 +55,7 @@ Picture::Picture(const TQImage &image) setPicture(image); } -Picture::Picture(const KABC::Picture &picture) +Picture::Picture(const TDEABC::Picture &picture) : d(new Private) { setPicture(picture); @@ -171,7 +171,7 @@ void Picture::setPicture(const TQString &path) d->pictureBase64 = TQString(); } -void Picture::setPicture(const KABC::Picture &picture) +void Picture::setPicture(const TDEABC::Picture &picture) { // No need to call detach() here because setPicture will do it. if ( picture.isIntern()) |