From 8e026986e2974e9cacbf465ee4ae6a5889a6c1ba Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:18:49 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kmoon/kmoonwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmoon/kmoonwidget.cpp') diff --git a/kmoon/kmoonwidget.cpp b/kmoon/kmoonwidget.cpp index 1d25c96..eb428c7 100644 --- a/kmoon/kmoonwidget.cpp +++ b/kmoon/kmoonwidget.cpp @@ -229,8 +229,8 @@ TQImage MoonWidget::loadMoon(int index) if (path.isNull()) kdFatal() << "cound't find " << filename << ". Exiting.\n"; TQImage image(path); - KIconEffect iconeffect; - image=iconeffect.apply(image, KIcon::Panel, KIcon::DefaultState); + TDEIconEffect iconeffect; + image=iconeffect.apply(image, TDEIcon::Panel, TDEIcon::DefaultState); return image; } -- cgit v1.2.1