summaryrefslogtreecommitdiffstats
path: root/krusader/ActionMan/actionproperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/ActionMan/actionproperty.cpp')
-rw-r--r--krusader/ActionMan/actionproperty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/ActionMan/actionproperty.cpp b/krusader/ActionMan/actionproperty.cpp
index 86fcc53..bd9561e 100644
--- a/krusader/ActionMan/actionproperty.cpp
+++ b/krusader/ActionMan/actionproperty.cpp
@@ -33,7 +33,7 @@
#include <ktextedit.h>
#include <kiconloader.h>
-#define ICON(N) TDEGlobal::iconLoader()->loadIcon(N, KIcon::Small)
+#define ICON(N) TDEGlobal::iconLoader()->loadIcon(N, TDEIcon::Small)
ActionProperty::ActionProperty( TQWidget *parent, const char *name, KrAction *action )
: ActionPropertyBase( parent, name ), _modified(false)