From 7ef585492cbe3a421bee00898b3927a88e035094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 4 Dec 2018 04:12:04 +0100 Subject: Rename translation context QXml => TQXml to match the translation context in TQt3. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kate/part/katesyntaxdocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kate/part/katesyntaxdocument.cpp b/kate/part/katesyntaxdocument.cpp index 700daa9da..ec70c0416 100644 --- a/kate/part/katesyntaxdocument.cpp +++ b/kate/part/katesyntaxdocument.cpp @@ -74,7 +74,7 @@ bool KateSyntaxDocument::setIdentifier(const TQString& identifier) if (!success) { KMessageBox::error(0L,i18n("The error %4
has been detected in the file %1 at %2/%3
").arg(identifier) - .arg(line).arg(col).arg(i18n("QXml",errorMsg.utf8()))); + .arg(line).arg(col).arg(i18n("TQXml",errorMsg.utf8()))); return false; } } -- cgit v1.2.3