diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:49 -0600 |
commit | 8e026986e2974e9cacbf465ee4ae6a5889a6c1ba (patch) | |
tree | c2f00aab75802f207ced28158e7cb78cb6429770 /kmoon | |
parent | 6630d485e98adf6125ddcaec8a64c9c209e4977c (diff) | |
download | tdetoys-8e026986e2974e9cacbf465ee4ae6a5889a6c1ba.tar.gz tdetoys-8e026986e2974e9cacbf465ee4ae6a5889a6c1ba.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kmoon')
-rw-r--r-- | kmoon/kmoonwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |