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:22 +0100
commit9a06da7515ae1a6b3975e2ff001f2d5de6e04762 (patch)
tree60a90c258b13af90bbf377a5e731bcd2e7ff6885 /kate/part
parentdbb0c80899ed0dd60c892b92bf6ff1befe2c91ba (diff)
downloadtdelibs-9a06da7515ae1a6b3975e2ff001f2d5de6e04762.tar.gz
tdelibs-9a06da7515ae1a6b3975e2ff001f2d5de6e04762.zip
Rename translation context QXml => TQXml
to match the translation context in TQt3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7ef585492cbe3a421bee00898b3927a88e035094)
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;
}
}