diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:12:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:12:48 -0600 |
commit | f49521ca3d0cbf2197b353a7c35f924e7b5b89ff (patch) | |
tree | 58fdba2caa721a57abc5ad2a293c978f57629778 /sip/tdecore/kiconeffect.sip | |
parent | 77ad361b74e6bda59916cc01c13c0b44306d730e (diff) | |
download | pytde-f49521ca3d0cbf2197b353a7c35f924e7b5b89ff.tar.gz pytde-f49521ca3d0cbf2197b353a7c35f924e7b5b89ff.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'sip/tdecore/kiconeffect.sip')
-rw-r--r-- | sip/tdecore/kiconeffect.sip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdecore/kiconeffect.sip b/sip/tdecore/kiconeffect.sip index b6982f5..90e75a6 100644 --- a/sip/tdecore/kiconeffect.sip +++ b/sip/tdecore/kiconeffect.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KIconEffect +class TDEIconEffect { %TypeHeaderCode #include <kiconeffect.h> @@ -32,7 +32,7 @@ class KIconEffect public: - KIconEffect (); + TDEIconEffect (); %If ( KDE_3_4_0 - ) @@ -98,5 +98,5 @@ public: %End -}; // class KIconEffect +}; // class TDEIconEffect |