summaryrefslogtreecommitdiffstats
path: root/kmail/regexplineedit.cpp
diff options
context:
space:
mode:
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 0da122891..3d2921826 100644
--- a/kmail/regexplineedit.cpp
+++ b/kmail/regexplineedit.cpp
@@ -123,7 +123,7 @@ namespace KMail {
mRegExpEditDialog = KParts::ComponentFactory::createInstanceFromQuery<TQDialog>( "KRegExpEditor/KRegExpEditor", TQString(), TQT_TQOBJECT(this) );
KRegExpEditorInterface *iface =
- static_cast<KRegExpEditorInterface *>( mRegExpEditDialog->qt_cast( "KRegExpEditorInterface" ) );
+ static_cast<KRegExpEditorInterface *>( mRegExpEditDialog->tqt_cast( "KRegExpEditorInterface" ) );
if( iface ) {
iface->setRegExp( mLineEdit->text() );
if( mRegExpEditDialog->exec() == TQDialog::Accepted )