diff options
Diffstat (limited to 'kaudiocreator/wizard.ui.h')
-rw-r--r-- | kaudiocreator/wizard.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaudiocreator/wizard.ui.h b/kaudiocreator/wizard.ui.h index 294d36dc..7c22638e 100644 --- a/kaudiocreator/wizard.ui.h +++ b/kaudiocreator/wizard.ui.h @@ -90,7 +90,7 @@ void fileWizard::commentPressed() void fileWizard::fileFormatTextChanged(const TQString& text) { TQString string = text; - string.tqreplace(TQRegExp("~"), "/home/foo"); + string.replace(TQRegExp("~"), "/home/foo"); Job job; job.genre = "Rock"; job.group = "J Rocker"; |