summaryrefslogtreecommitdiffstats
path: root/src/app/metaedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/metaedit.cpp')
-rw-r--r--src/app/metaedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/metaedit.cpp b/src/app/metaedit.cpp
index 8e0897d..ae428b4 100644
--- a/src/app/metaedit.cpp
+++ b/src/app/metaedit.cpp
@@ -132,7 +132,7 @@ void MetaEdit::setComment(const TQString& comment) {
void MetaEdit::setMessage(const TQString& msg) {
mCommentEdit->setTextFormat(TQTextEdit::RichText);
mCommentEdit->setReadOnly(true);
- mCommentEdit->setText(TQString("<i>%1</i>").tqarg(msg));
+ mCommentEdit->setText(TQString("<i>%1</i>").arg(msg));
}
} // namespace