diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:16:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:16:27 -0600 |
commit | 580d345952faf597f69347256e0ad3411725988a (patch) | |
tree | ff47470421577a3e0e9f387b324e184e4d008d53 /kolourpaint/tools | |
parent | 81576b133797828eaca3ac819f4adca21de8d327 (diff) | |
download | tdegraphics-580d345952faf597f69347256e0ad3411725988a.tar.gz tdegraphics-580d345952faf597f69347256e0ad3411725988a.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kolourpaint/tools')
-rw-r--r-- | kolourpaint/tools/kptoolresizescale.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kolourpaint/tools/kptoolresizescale.cpp b/kolourpaint/tools/kptoolresizescale.cpp index d3ae370d..31c96809 100644 --- a/kolourpaint/tools/kptoolresizescale.cpp +++ b/kolourpaint/tools/kptoolresizescale.cpp @@ -606,13 +606,13 @@ static TQIconSet toolButtonIconSet (const TQString &iconName) TQPixmap disabledIcon = TDEGlobal::iconLoader ()->iconEffect ()->apply ( UserIcon (iconName), - KIcon::Toolbar, KIcon::DisabledState); + TDEIcon::Toolbar, TDEIcon::DisabledState); const TQPixmap iconSetNormalIcon = iconSet.pixmap (TQIconSet::Small, TQIconSet::Normal); - // I bet past or future versions of KIconEffect::apply() resize the - // disabled icon if we claim it's in group KIcon::Toolbar. So resize + // I bet past or future versions of TDEIconEffect::apply() resize the + // disabled icon if we claim it's in group TDEIcon::Toolbar. So resize // it to match the TQIconSet::Normal icon, just in case. disabledIcon = kpPixmapFX::scale (disabledIcon, iconSetNormalIcon.width (), |