summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/browser_dlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/ui/browser_dlg.cpp')
-rw-r--r--kicker/kicker/ui/browser_dlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/ui/browser_dlg.cpp b/kicker/kicker/ui/browser_dlg.cpp
index 3ebe095dc..66b8aa475 100644
--- a/kicker/kicker/ui/browser_dlg.cpp
+++ b/kicker/kicker/ui/browser_dlg.cpp
@@ -46,9 +46,9 @@ PanelBrowserDialog::PanelBrowserDialog( const TQString& path, const TQString &ic
hbox2->setSpacing( KDialog::spacingHint() );
TQLabel *label1 = new TQLabel( i18n( "Button icon:" ), hbox2 );
- iconBtn = new KIconButton( hbox2 );
+ iconBtn = new TDEIconButton( hbox2 );
iconBtn->setFixedSize( 50, 50 );
- iconBtn->setIconType( KIcon::Panel, KIcon::Place );
+ iconBtn->setIconType( TDEIcon::Panel, TDEIcon::Place );
label1->setBuddy( iconBtn );
TQHBox *hbox1 = new TQHBox( page );