summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();