summaryrefslogtreecommitdiffstats
path: root/kate/part
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-04 04:12:04 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-04 04:12:04 +0100
commit7ef585492cbe3a421bee00898b3927a88e035094 (patch)
tree05cf14b89b7d082d7755b67a6649398d6c2a815f /kate/part
parent0e892bc70070640f68a09bb4897a7c0fd7bfe929 (diff)
downloadtdelibs-7ef585492cbe3a421bee00898b3927a88e035094.tar.gz
tdelibs-7ef585492cbe3a421bee00898b3927a88e035094.zip
Rename translation context QXml => TQXml
to match the translation context in TQt3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kate/part')
-rw-r--r--kate/part/katesyntaxdocument.cpp2
1 files changed, 1 insertions, 1 deletions
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("<qt>The error <b>%4</b><br> has been detected in the file %1 at %2/%3</qt>").arg(identifier)
- .arg(line).arg(col).arg(i18n("QXml",errorMsg.utf8())));
+ .arg(line).arg(col).arg(i18n("TQXml",errorMsg.utf8())));
return false;
}
}