summaryrefslogtreecommitdiffstats
path: root/krename/mydirplugin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:18 -0600
commite2179589a7ecefb4fd930c689771b9de111ee369 (patch)
treee8978ec904c1af5045b0a5508d00ee77c2ea9ed0 /krename/mydirplugin.cpp
parent926615f13c25a9d0b25d7842054a71d3122d4f94 (diff)
downloadkrename-e2179589a7ecefb4fd930c689771b9de111ee369.tar.gz
krename-e2179589a7ecefb4fd930c689771b9de111ee369.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'krename/mydirplugin.cpp')
-rw-r--r--krename/mydirplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/mydirplugin.cpp b/krename/mydirplugin.cpp
index 4e4a768..f3fe2fc 100644
--- a/krename/mydirplugin.cpp
+++ b/krename/mydirplugin.cpp
@@ -54,7 +54,7 @@ bool MyDirPlugin::checkError()
const TQPixmap MyDirPlugin::getIcon() const
{
- return kapp->iconLoader()->loadIcon( "folder", KIcon::Small );
+ return kapp->iconLoader()->loadIcon( "folder", TDEIcon::Small );
}
void MyDirPlugin::drawInterface( TQWidget* w, TQVBoxLayout* l )