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.h | |
parent | 795ed72fdb980600d4da57fdf9e689cdbbfc9a9a (diff) | |
download | tdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.tar.gz tdenetwork-abed891d4e05028ca7fdfa1aecb047d2cc9e3da9.zip |
Rename KABC namespace
Diffstat (limited to 'kopete/libkopete/kopetepicture.h')
-rw-r--r-- | kopete/libkopete/kopetepicture.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/libkopete/kopetepicture.h b/kopete/libkopete/kopetepicture.h index 7b8de0d4..555787df 100644 --- a/kopete/libkopete/kopetepicture.h +++ b/kopete/libkopete/kopetepicture.h @@ -23,7 +23,7 @@ #include <tqimage.h> -namespace KABC +namespace TDEABC { class Picture; } @@ -74,9 +74,9 @@ public: */ Picture(const TQImage &image); /** - * Create a picture from a KABC::Picture. + * Create a picture from a TDEABC::Picture. */ - Picture(const KABC::Picture &picture); + Picture(const TDEABC::Picture &picture); /** * Copy a picture. It doesn't create a full copy, it just make a reference. */ @@ -131,7 +131,7 @@ public: * Set the picture content. * @param picture a KABC Picture. */ - void setPicture(const KABC::Picture &picture); + void setPicture(const TDEABC::Picture &picture); private: /** |