summaryrefslogtreecommitdiffstats
path: root/krusader/kicons.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:26 -0600
commit19e7a1afa3cd439f94b6892839c821ea82eece5c (patch)
tree13357a85c665b31550cd08791fbf4574dc5f4f00 /krusader/kicons.h
parent86651d6d989faf513952a3ca848ab6d374b64e6e (diff)
downloadkrusader-19e7a1afa3cd439f94b6892839c821ea82eece5c.tar.gz
krusader-19e7a1afa3cd439f94b6892839c821ea82eece5c.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'krusader/kicons.h')
-rw-r--r--krusader/kicons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krusader/kicons.h b/krusader/kicons.h
index bdc0c4b..fd5eb7b 100644
--- a/krusader/kicons.h
+++ b/krusader/kicons.h
@@ -7,11 +7,11 @@
#include <kicontheme.h>
// can be used everywhere - EXCEPT in KFileList related calls, loads the icon according to
-// KIcon::Desktop settings and resizes it to a smaller size. If this is used to toolbuttons,
+// TDEIcon::Desktop settings and resizes it to a smaller size. If this is used to toolbuttons,
// the the icon is resized again to fit into the toolbutton or menu.
// IMPORTANT: this SHOULD NOT BE USED for actions. If creating an action, just state the file-name
// of the icon to allow automatic resizing when needed.
-#define LOADICON(X) TQIconSet(krLoader->loadIcon(X,KIcon::Desktop)).pixmap(TQIconSet::Small,true)
+#define LOADICON(X) TQIconSet(krLoader->loadIcon(X,TDEIcon::Desktop)).pixmap(TQIconSet::Small,true)
// used only for calls within the tdefilelist framework, handles icon sizes
TQPixmap FL_LOADICON(TQString name);