diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:06:51 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:06:51 -0600 |
| commit | 4462a0a8bf9846c72ecd79b8dcac6150c0bf3a5c (patch) | |
| tree | ca657213180a7dc26d19a6375d0f86f76cf6b64d /src/kjtagdialog.cpp | |
| parent | 626b7f450d4687d85fa365abbd1c834bc5b54033 (diff) | |
| download | kpicosim-4462a0a8bf9846c72ecd79b8dcac6150c0bf3a5c.tar.gz kpicosim-4462a0a8bf9846c72ecd79b8dcac6150c0bf3a5c.zip | |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/kjtagdialog.cpp')
| -rw-r--r-- | src/kjtagdialog.cpp | 2 |
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 ) ; |
