summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/highlight
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:18:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:18:22 -0600
commit26ec69bb789dc8e73ec2da623a83972f05bfabf6 (patch)
tree74ad8a7cf703f2de77e37aca1c9ddf20e16a4349 /kopete/plugins/highlight
parentd2243579f2f27cbd70c9080425bebeeb727b9f3a (diff)
downloadtdenetwork-26ec69bb789dc8e73ec2da623a83972f05bfabf6.tar.gz
tdenetwork-26ec69bb789dc8e73ec2da623a83972f05bfabf6.zip
Rename additional members for tqt3
Diffstat (limited to 'kopete/plugins/highlight')
-rw-r--r--kopete/plugins/highlight/highlightpreferences.cpp2
1 files changed, 1 insertions, 1 deletions
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<KRegExpEditorInterface *>( editorDialog->qt_cast( "KRegExpEditorInterface" ) );
+ KRegExpEditorInterface *editor = static_cast<KRegExpEditorInterface *>( editorDialog->tqt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT( editor ); // This should not fail!
// now use the editor.
editor->setRegExp(preferencesDialog->m_search->text());