summaryrefslogtreecommitdiffstats
path: root/konversation/src/highlight_preferences.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:10:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:10:03 -0600
commite83bbbfeff27f6dfa1b9b0b4ae5932eeb7aaa6c8 (patch)
tree483089b31c67353c92750cb6268cc33db408b271 /konversation/src/highlight_preferences.cpp
parentf7d9daf42fed9611965097b586813af3d0462dab (diff)
downloadkonversation-e83bbbfeff27f6dfa1b9b0b4ae5932eeb7aaa6c8.tar.gz
konversation-e83bbbfeff27f6dfa1b9b0b4ae5932eeb7aaa6c8.zip
Rename additional members for tqt3
Diffstat (limited to 'konversation/src/highlight_preferences.cpp')
-rw-r--r--konversation/src/highlight_preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/highlight_preferences.cpp b/konversation/src/highlight_preferences.cpp
index c59a545..b87adbe 100644
--- a/konversation/src/highlight_preferences.cpp
+++ b/konversation/src/highlight_preferences.cpp
@@ -206,7 +206,7 @@ void Highlight_Config::highlightTextEditButtonClicked()
{
// tdeutils was installed, so the dialog was found. Fetch the editor interface.
KRegExpEditorInterface *reEditor =
- static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast( "KRegExpEditorInterface" ) );
+ static_cast<KRegExpEditorInterface *>(editorDialog->tqt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT( reEditor ); // This should not fail!// now use the editor.
reEditor->setRegExp(patternInput->text());
int dlgResult = editorDialog->exec();