diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:18:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:18:22 -0600 |
commit | 26ec69bb789dc8e73ec2da623a83972f05bfabf6 (patch) | |
tree | 74ad8a7cf703f2de77e37aca1c9ddf20e16a4349 | |
parent | d2243579f2f27cbd70c9080425bebeeb727b9f3a (diff) | |
download | tdenetwork-26ec69bb789dc8e73ec2da623a83972f05bfabf6.tar.gz tdenetwork-26ec69bb789dc8e73ec2da623a83972f05bfabf6.zip |
Rename additional members for tqt3
-rw-r--r-- | kopete/plugins/highlight/highlightpreferences.cpp | 2 |
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()); |