diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:00:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:00:08 -0600 |
commit | 63f3e182f5d0560553c28b3e830dae75701a6b17 (patch) | |
tree | b5f7e18392a8ec8659309d3ae99d5dce2760c78e | |
parent | 238c91031c2376698cd407c2fecdffa916230d3c (diff) | |
download | adept-63f3e182f5d0560553c28b3e830dae75701a6b17.tar.gz adept-63f3e182f5d0560553c28b3e830dae75701a6b17.zip |
Rename KIcon to enhance compatibility with KDE4
-rw-r--r-- | adept/adept/extendablelist.cpp | 2 | ||||
-rw-r--r-- | adept/libadept/extendablelist.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/adept/adept/extendablelist.cpp b/adept/adept/extendablelist.cpp index 346f7d2..2134ab6 100644 --- a/adept/adept/extendablelist.cpp +++ b/adept/adept/extendablelist.cpp @@ -35,7 +35,7 @@ ExtendableList::ExtendableList( TQWidget *p, const char *n ) m_extendedIcon = SmallIcon( u8( "extender_opened" ) ); TQImage img; img = m_baseIcon; - KIconEffect::toGray( img, 1.0 ); + TDEIconEffect::toGray( img, 1.0 ); m_unextendableIcon = TQPixmap( img ); } diff --git a/adept/libadept/extendablelist.cpp b/adept/libadept/extendablelist.cpp index 41dabcd..ee8ea43 100644 --- a/adept/libadept/extendablelist.cpp +++ b/adept/libadept/extendablelist.cpp @@ -35,7 +35,7 @@ ExtendableList::ExtendableList( TQWidget *p, const char *n ) m_extendedIcon = SmallIcon( u8( "extender_opened" ) ); TQImage img; img = m_baseIcon; - KIconEffect::toGray( img, 1.0 ); + TDEIconEffect::toGray( img, 1.0 ); m_unextendableIcon = TQPixmap( img ); } |