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(editorDialog->qt_cast("KRegExpEditorInterface")); + KRegExpEditorInterface *editor = static_cast(editorDialog->tqt_cast("KRegExpEditorInterface")); Q_ASSERT(editor); editor->setRegExp(comboMask->currentText());