summaryrefslogtreecommitdiffstats
path: root/kbarcode
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode')
-rw-r--r--kbarcode/tdeactionmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/tdeactionmap.cpp b/kbarcode/tdeactionmap.cpp
index 74a4f28..d2bea44 100644
--- a/kbarcode/tdeactionmap.cpp
+++ b/kbarcode/tdeactionmap.cpp
@@ -42,7 +42,7 @@ public:
{
TQPixmap pix;
TQSize size = TQIconSet::iconSize( TQIconSet::Large );
- TQIconSet iconset = m_action->iconSet( KIcon::Panel, KIcon::SizeLarge );
+ TQIconSet iconset = m_action->iconSet( TDEIcon::Panel, TDEIcon::SizeLarge );
TQRegExp regtag( "<[^>]*>" );
pix = iconset.pixmap( TQIconSet::Large, TQIconSet::Normal ); // m_action->isEnabled() ? TQIconSet::Normal : TQIconSet::Disabled );