summaryrefslogtreecommitdiffstats
path: root/src/k3bsidepanel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:01:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:01:37 -0600
commitf8b1b30a5928beb707c51e29b58396645197ea5f (patch)
treefc57f5287fe4f43fa84d46eac9ae14cadede5c54 /src/k3bsidepanel.cpp
parentbba095a5aab3f7cbf3ec062071e94f5c1e66e50b (diff)
downloadk3b-f8b1b30a5928beb707c51e29b58396645197ea5f.tar.gz
k3b-f8b1b30a5928beb707c51e29b58396645197ea5f.zip
Rename KIcon to enhance compatibility with KDE4
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 );