summaryrefslogtreecommitdiffstats
path: root/src/k3bflatbutton.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/k3bflatbutton.cpp
parentbba095a5aab3f7cbf3ec062071e94f5c1e66e50b (diff)
downloadk3b-f8b1b30a5928beb707c51e29b58396645197ea5f.tar.gz
k3b-f8b1b30a5928beb707c51e29b58396645197ea5f.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/k3bflatbutton.cpp')
-rw-r--r--src/k3bflatbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bflatbutton.cpp b/src/k3bflatbutton.cpp
index edea8b0..c3276b4 100644
--- a/src/k3bflatbutton.cpp
+++ b/src/k3bflatbutton.cpp
@@ -52,7 +52,7 @@ K3bFlatButton::K3bFlatButton( TDEAction* a, TQWidget *parent, const char *name )
setText( a->text() );
TQToolTip::add( this, a->toolTip() );
- setPixmap( TDEGlobal::iconLoader()->loadIcon( a->icon(), KIcon::NoGroup, 32 ) );
+ setPixmap( TDEGlobal::iconLoader()->loadIcon( a->icon(), TDEIcon::NoGroup, 32 ) );
connect( this, TQT_SIGNAL(clicked()), a, TQT_SLOT(activate()) );
}