summaryrefslogtreecommitdiffstats
path: root/arts/message/artsmessage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'arts/message/artsmessage.cc')
-rw-r--r--arts/message/artsmessage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/message/artsmessage.cc b/arts/message/artsmessage.cc
index f77ecd581..cef8c2ca6 100644
--- a/arts/message/artsmessage.cc
+++ b/arts/message/artsmessage.cc
@@ -83,7 +83,7 @@ int main(int argc, char **argv) {
KMessageBox::sorry(0, msg, i18n("Warning"), notifyOptions);
} else if (args->isSet("i")) {
TQString id = msg;
- id.replace(TQRegExp("[\\[\\]\\s=]"), "_");
+ id.tqreplace(TQRegExp("[\\[\\]\\s=]"), "_");
KMessageBox::information(0, msg, i18n("Informational"), id, notifyOptions);
} else {
KMessageBox::error(0, msg, i18n("Error"), notifyOptions);