summaryrefslogtreecommitdiffstats
path: root/kaudiocreator/general.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaudiocreator/general.ui.h')
-rw-r--r--kaudiocreator/general.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaudiocreator/general.ui.h b/kaudiocreator/general.ui.h
index 98c00de3..a980b3af 100644
--- a/kaudiocreator/general.ui.h
+++ b/kaudiocreator/general.ui.h
@@ -14,6 +14,6 @@
void General::updateExample()
{
TQString text = example->text();
- text.tqreplace( TQRegExp(kcfg_replaceInput->text()), kcfg_replaceOutput->text() );
+ text.replace( TQRegExp(kcfg_replaceInput->text()), kcfg_replaceOutput->text() );
exampleOutput->setText(text);
}