summaryrefslogtreecommitdiffstats
path: root/src/k3bsidepanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k3bsidepanel.cpp')
-rw-r--r--src/k3bsidepanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bsidepanel.cpp b/src/k3bsidepanel.cpp
index 2c8526e..eeef7a3 100644
--- a/src/k3bsidepanel.cpp
+++ b/src/k3bsidepanel.cpp
@@ -91,7 +91,7 @@ void K3bSidePanel::addButton( TQFrame* frame, TDEAction* a )
TQToolButton* b = new TQToolButton( frame );
b->setTextLabel( a->toolTip(), true );
b->setTextLabel( a->text(), false );
- b->setIconSet( a->iconSet(KIcon::Small) );
+ b->setIconSet( a->iconSet(TDEIcon::Small) );
b->setUsesTextLabel( true );
b->setAutoRaise( true );
b->setTextPosition( TQToolButton::BesideIcon );