diff options
Diffstat (limited to 'src/app/metaedit.cpp')
-rw-r--r-- | src/app/metaedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/metaedit.cpp b/src/app/metaedit.cpp index 3fa9e19..7aa3ced 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 |