summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:10:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:10:26 -0600
commitac18450e2fefba6aa01ec7f972b310deef19cd84 (patch)
tree0de82ad67b826f9f531fa40af71c8bd814397365
parent9695136b9ccb2d44940d339a0d15b0f1f804629b (diff)
downloadksquirrel-ac18450e.tar.gz
ksquirrel-ac18450e.zip
Rename additional members for tqt3
-rw-r--r--ksquirrel/sq_selectdeselectgroup.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sq_selectdeselectgroup.ui.h b/ksquirrel/sq_selectdeselectgroup.ui.h
index eb96298..740f31b 100644
--- a/ksquirrel/sq_selectdeselectgroup.ui.h
+++ b/ksquirrel/sq_selectdeselectgroup.ui.h
@@ -61,7 +61,7 @@ void SQ_SelectDeselectGroup::slotEdit()
if(editorDialog)
{
- KRegExpEditorInterface *editor = static_cast<KRegExpEditorInterface *>(editorDialog->qt_cast("KRegExpEditorInterface"));
+ KRegExpEditorInterface *editor = static_cast<KRegExpEditorInterface *>(editorDialog->tqt_cast("KRegExpEditorInterface"));
Q_ASSERT(editor);
editor->setRegExp(comboMask->currentText());