summaryrefslogtreecommitdiffstats
path: root/src/kjtagdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:32 -0600
commit1b2c2a6009be36c25b8af30947863fa7cf1f38fc (patch)
treefa0558a548c73c592c87238767c2a91f86c9dfcd /src/kjtagdialog.cpp
parentfddc4a34b24264dcd0d7c28218d31fe0b0a3b335 (diff)
downloadkpicosim-1b2c2a6009be36c25b8af30947863fa7cf1f38fc.tar.gz
kpicosim-1b2c2a6009be36c25b8af30947863fa7cf1f38fc.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts 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 329a77a..2ab8008 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( KGlobal::iconLoader()->loadIcon( "fileopen", KIcon::Small ) ) ;
+ m_selectFileBtn->setPixmap( TDEGlobal::iconLoader()->loadIcon( "fileopen", KIcon::Small ) ) ;
connect( m_selectFileBtn, TQT_SIGNAL( clicked() ), this, TQT_SLOT( selectFileName() ) ) ;
m_configureBtn = new TQPushButton( "Configure", m_groupConfigure ) ;