summaryrefslogtreecommitdiffstats
path: root/src/kjtagdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:06:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:06:51 -0600
commit4462a0a8bf9846c72ecd79b8dcac6150c0bf3a5c (patch)
treeca657213180a7dc26d19a6375d0f86f76cf6b64d /src/kjtagdialog.cpp
parent626b7f450d4687d85fa365abbd1c834bc5b54033 (diff)
downloadkpicosim-4462a0a8bf9846c72ecd79b8dcac6150c0bf3a5c.tar.gz
kpicosim-4462a0a8bf9846c72ecd79b8dcac6150c0bf3a5c.zip
Rename KIcon to enhance compatibility with KDE4
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 ) ;