diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:27:19 -0600 |
commit | abed891d4e05028ca7fdfa1aecb047d2cc9e3da9 (patch) | |
tree | 3886579911eba100500e673e5c994dbcae42a6d2 /kopete/libkopete/kopetepicture.cpp | |
parent | 795ed72fdb980600d4da57fdf9e689cdbbfc9a9a (diff) | |
download | tdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.tar.gz tdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.zip |
Rename KABC namespace
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()) |