summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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());