summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:14:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:14:36 -0600
commiteb421c10ea3ee9d63e7990ee618768f597fc98d5 (patch)
tree570d8eba3cf9e0b002132bd1410854f4784626dd
parent9f373c006102fed0926a4da42b4f1a608a2a518c (diff)
downloadtdeartwork-eb421c10.tar.gz
tdeartwork-eb421c10.zip
Rename KIcon to enhance compatibility with KDE4
-rw-r--r--twin-styles/glow/glowbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/glow/glowbutton.cpp b/twin-styles/glow/glowbutton.cpp
index 79a9f546..6dbe2df3 100644
--- a/twin-styles/glow/glowbutton.cpp
+++ b/twin-styles/glow/glowbutton.cpp
@@ -255,7 +255,7 @@ TQPixmap * GlowButtonFactory::createGlowButtonPixmap(
}
TQImage colorized_bg_image = bg_image.copy();
- KIconEffect::colorize (colorized_bg_image, color, 1.0);
+ TDEIconEffect::colorize (colorized_bg_image, color, 1.0);
int w = colorized_bg_image.width();
int h = colorized_bg_image.height();