From 29d4a9cebb53f0220f7cf63f95ca8cbfd0f28793 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Mar 2012 21:19:16 -0600 Subject: Rename additional members for tqt3 --- kmail/regexplineedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/regexplineedit.cpp') 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( "KRegExpEditor/KRegExpEditor", TQString(), TQT_TQOBJECT(this) ); KRegExpEditorInterface *iface = - static_cast( mRegExpEditDialog->qt_cast( "KRegExpEditorInterface" ) ); + static_cast( mRegExpEditDialog->tqt_cast( "KRegExpEditorInterface" ) ); if( iface ) { iface->setRegExp( mLineEdit->text() ); if( mRegExpEditDialog->exec() == TQDialog::Accepted ) -- cgit v1.2.1