From eb421c10ea3ee9d63e7990ee618768f597fc98d5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:14:36 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- twin-styles/glow/glowbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin-styles') 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(); -- cgit v1.2.1