summaryrefslogtreecommitdiffstats
path: root/kbabel/commonui/context.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:17:21 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:17:21 -0500
commit6e5b908df9ac10aeb3076bec39fe0a01952f704b (patch)
tree74627261cbf9ab460ad7c0d5dab7f19b13ad5e9e /kbabel/commonui/context.cpp
parentaba985fc7e36791b1655d0ef79715b648411911f (diff)
downloadtdesdk-6e5b908df9ac10aeb3076bec39fe0a01952f704b.tar.gz
tdesdk-6e5b908df9ac10aeb3076bec39fe0a01952f704b.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kbabel/commonui/context.cpp')
-rw-r--r--kbabel/commonui/context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/commonui/context.cpp b/kbabel/commonui/context.cpp
index b8d79830..bcce1578 100644
--- a/kbabel/commonui/context.cpp
+++ b/kbabel/commonui/context.cpp
@@ -173,7 +173,7 @@ TQValueList<ContextInfo> SourceContext::resolvePath( const TQString& packageDir,
TQValueList<ContextInfo> rawRefList; // raw references
TQRegExp re("^\\s*(.+):(\\d+)\\s*$"); // Reg. exp. for Gettext references
- TQRegExp rex( "^#. i18n: file (.+) line (\\d+)\\s*$" ); //Reg. exp. for KDE extractrc/extractattr references
+ TQRegExp rex( "^#. i18n: file (.+) line (\\d+)\\s*$" ); //Reg. exp. for TDE extractrc/extractattr references
TQRegExp res( "^# [Ff]ile: (.+), line(?: number)?: (\\d+)\\s*$"); // Reg. exp. for "strict" PO format
const TQStringList lines = TQStringList::split( "\n", gettextComment );
for ( TQStringList::const_iterator it = lines.constBegin() ; it != lines.constEnd() ; ++it)