From 1b2c2a6009be36c25b8af30947863fa7cf1f38fc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:24:32 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/kjtagdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kjtagdialog.cpp') 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 ) ; -- cgit v1.2.1