summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_imageproperties.ui.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:35 -0600
commitc51f03ddd7af3ecb5f550e43bbe725a5a813f255 (patch)
tree9b83b51d4ee40ba0bf410dd94ebba995c3390800 /ksquirrel/sq_imageproperties.ui.h
parenta54cd466ed03ffa2f360708cd0bc9747ef3a0df0 (diff)
downloadksquirrel-c51f03ddd7af3ecb5f550e43bbe725a5a813f255.tar.gz
ksquirrel-c51f03ddd7af3ecb5f550e43bbe725a5a813f255.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'ksquirrel/sq_imageproperties.ui.h')
-rw-r--r--ksquirrel/sq_imageproperties.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksquirrel/sq_imageproperties.ui.h b/ksquirrel/sq_imageproperties.ui.h
index 708a9c5..52cf83a 100644
--- a/ksquirrel/sq_imageproperties.ui.h
+++ b/ksquirrel/sq_imageproperties.ui.h
@@ -36,8 +36,8 @@ void SQ_ImageProperties::init()
copyentry->plug(menu);
copyall->plug(menu);
- ok = SQ_IconLoader::instance()->loadIcon("ok", KIcon::Desktop, 16);
- error = SQ_IconLoader::instance()->loadIcon("error", KIcon::Desktop, 16);
+ ok = SQ_IconLoader::instance()->loadIcon("ok", TDEIcon::Desktop, 16);
+ error = SQ_IconLoader::instance()->loadIcon("error", TDEIcon::Desktop, 16);
}
void SQ_ImageProperties::destroy()