summaryrefslogtreecommitdiffstats
path: root/src/kjtagdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kjtagdialog.cpp')
-rw-r--r--src/kjtagdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kjtagdialog.cpp b/src/kjtagdialog.cpp
index 26c7d26..86ba2dd 100644
--- a/src/kjtagdialog.cpp
+++ b/src/kjtagdialog.cpp
@@ -34,7 +34,7 @@ KJTAGDialog::KJTAGDialog( TQWidget *parent )
m_selectFileBtn = new TQPushButton( m_groupConfigure ) ;
m_selectFileBtn->setFixedSize( 30, 25 ) ;
m_selectFileBtn->move( 205, 15 ) ;
- m_selectFileBtn->setPixmap( TDEGlobal::iconLoader()->loadIcon( "fileopen", KIcon::Small ) ) ;
+ m_selectFileBtn->setPixmap( TDEGlobal::iconLoader()->loadIcon( "fileopen", TDEIcon::Small ) ) ;
connect( m_selectFileBtn, TQT_SIGNAL( clicked() ), this, TQT_SLOT( selectFileName() ) ) ;
m_configureBtn = new TQPushButton( "Configure", m_groupConfigure ) ;