From b440a9c608596cd88efdb3bfa4661c5e37efbe4b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:52:27 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- kmail/regexplineedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail') diff --git a/kmail/regexplineedit.cpp b/kmail/regexplineedit.cpp index a6d86ec3..3502cb17 100644 --- a/kmail/regexplineedit.cpp +++ b/kmail/regexplineedit.cpp @@ -79,7 +79,7 @@ namespace KMail { connect( mLineEdit, TQT_SIGNAL( textChanged( const TQString & ) ), this, TQT_SIGNAL( textChanged( const TQString & ) ) ); - if( !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty() ) { + if( !TDETrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty() ) { mRegExpEditButton = new TQPushButton( i18n("Edit..."), this, "mRegExpEditButton" ); mRegExpEditButton->setSizePolicy( TQSizePolicy::Minimum, -- cgit v1.2.3