From 6e5b908df9ac10aeb3076bec39fe0a01952f704b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 19:17:21 -0500 Subject: Branding cleanup: KDE -> TDE --- kbabel/commonui/context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbabel/commonui/context.cpp') 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 SourceContext::resolvePath( const TQString& packageDir, TQValueList 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) -- cgit v1.2.1