diff options
Diffstat (limited to 'kmail/regexplineedit.cpp')
-rw-r--r-- | kmail/regexplineedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/regexplineedit.cpp b/kmail/regexplineedit.cpp index a6d86ec33..3502cb170 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, |