summaryrefslogtreecommitdiffstats
path: root/kmail/regexplineedit.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:52:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:52:27 -0600
commitb440a9c608596cd88efdb3bfa4661c5e37efbe4b (patch)
tree83fe0c80cbb2bbcfefac383520869fe3a64e88f1 /kmail/regexplineedit.cpp
parent6dea9442526e5ebacf313ad387c7dff4b87a53bf (diff)
downloadtdepim-b440a9c608596cd88efdb3bfa4661c5e37efbe4b.tar.gz
tdepim-b440a9c608596cd88efdb3bfa4661c5e37efbe4b.zip
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'kmail/regexplineedit.cpp')
-rw-r--r--kmail/regexplineedit.cpp2
1 files changed, 1 insertions, 1 deletions
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,