From 0117fbed932653a04aeef16b2ed7edee858959ac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:52:50 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- kompare/libdialogpages/diffpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kompare/libdialogpages') diff --git a/kompare/libdialogpages/diffpage.cpp b/kompare/libdialogpages/diffpage.cpp index a70e3f44..2748b573 100644 --- a/kompare/libdialogpages/diffpage.cpp +++ b/kompare/libdialogpages/diffpage.cpp @@ -288,7 +288,7 @@ void DiffPage::addOptionsTab() TQToolTip::add( m_ignoreRegExpEdit, i18n( "Add the regular expression here that you want to use\nto ignore lines that match it." ) ); groupLayout->addWidget( m_ignoreRegExpEdit ); - if ( !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty() ) + if ( !TDETrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty() ) { // Ok editor is available, use it TQButton* ignoreRegExpEditButton = new TQPushButton( i18n( "&Edit..." ), page, "regexp_editor_button" ); -- cgit v1.2.1