diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:14:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:14:36 -0600 |
commit | eb421c10ea3ee9d63e7990ee618768f597fc98d5 (patch) | |
tree | 570d8eba3cf9e0b002132bd1410854f4784626dd /twin-styles/glow | |
parent | 9f373c006102fed0926a4da42b4f1a608a2a518c (diff) | |
download | tdeartwork-eb421c10ea3ee9d63e7990ee618768f597fc98d5.tar.gz tdeartwork-eb421c10ea3ee9d63e7990ee618768f597fc98d5.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'twin-styles/glow')
-rw-r--r-- | twin-styles/glow/glowbutton.cpp | 2 |
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(); |