From 26ec69bb789dc8e73ec2da623a83972f05bfabf6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Mar 2012 21:18:22 -0600 Subject: [PATCH] Rename additional members for tqt3 --- kopete/plugins/highlight/highlightpreferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kopete/plugins/highlight/highlightpreferences.cpp b/kopete/plugins/highlight/highlightpreferences.cpp index eead8241..90aa053f 100644 --- a/kopete/plugins/highlight/highlightpreferences.cpp +++ b/kopete/plugins/highlight/highlightpreferences.cpp @@ -246,7 +246,7 @@ void HighlightPreferences::slotEditRegExp() if ( editorDialog ) { // tdeutils was installed, so the dialog was found fetch the editor interface - KRegExpEditorInterface *editor = static_cast( editorDialog->qt_cast( "KRegExpEditorInterface" ) ); + KRegExpEditorInterface *editor = static_cast( editorDialog->tqt_cast( "KRegExpEditorInterface" ) ); Q_ASSERT( editor ); // This should not fail! // now use the editor. editor->setRegExp(preferencesDialog->m_search->text());