summaryrefslogtreecommitdiffstats
path: root/kbabel/filters
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-08-25 18:15:15 +0900
committerMichele Calgaro <[email protected]>2023-08-31 09:47:02 +0900
commit4a1cc838f1df08deb28074f7c161e7b59ac3f3a5 (patch)
tree1d6344c2c2454e32a8f76cc761d812ea9794e503 /kbabel/filters
parent3c1e2ceb3aac4f825a4774f05dc7316ac85b92f2 (diff)
downloadtdesdk-4a1cc838f1df08deb28074f7c161e7b59ac3f3a5.tar.gz
tdesdk-4a1cc838f1df08deb28074f7c161e7b59ac3f3a5.zip
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0fc9d37b2bd1bd32f3b975af0859e9dd248dc57b)
Diffstat (limited to 'kbabel/filters')
-rw-r--r--kbabel/filters/gettext/gettextimport.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/kbabel/filters/gettext/gettextimport.cpp b/kbabel/filters/gettext/gettextimport.cpp
index cf44b248..fb59fb4b 100644
--- a/kbabel/filters/gettext/gettextimport.cpp
+++ b/kbabel/filters/gettext/gettextimport.cpp
@@ -406,7 +406,6 @@ ConversionStatus GettextImportPlugin::readEntry(TQTextStream& stream)
//kdDebug() << "Parsing line: " << line << endl;
- // ### TQt4: no need of a such a check
if(line.isNull()) // file end
break;
else if ( line.startsWith( "<<<<<<<" ) || line.startsWith( "=======" ) || line.startsWith( ">>>>>>>" ) )