From 580d345952faf597f69347256e0ad3411725988a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:16:27 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kolourpaint/tools/kptoolresizescale.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kolourpaint/tools') 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 (), -- cgit v1.2.1