From f8b1b30a5928beb707c51e29b58396645197ea5f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:01:37 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- src/k3bsidepanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/k3bsidepanel.cpp') 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 ); -- cgit v1.2.3