summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/importexport/csv
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-25 11:21:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-25 11:21:54 +0900
commite0df02598b8e19d8b6ddf07fdbca661489ab2e99 (patch)
treec71373a4969af9527789666f0ff31d24ff175671 /kexi/plugins/importexport/csv
parenta7ea84c97639f635d798348432f355e3ac496a1d (diff)
downloadkoffice-e0df02598b8e19d8b6ddf07fdbca661489ab2e99.tar.gz
koffice-e0df02598b8e19d8b6ddf07fdbca661489ab2e99.zip
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi/plugins/importexport/csv')
-rw-r--r--kexi/plugins/importexport/csv/kexicsvimportdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp b/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp
index 29e404b6..cccc5f8b 100644
--- a/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp
+++ b/kexi/plugins/importexport/csv/kexicsvimportdialog.cpp
@@ -708,7 +708,6 @@ tristate KexiCSVImportDialog::loadRows(TQString &field, int &row, int &column, i
if (offset==0 && x.unicode()==0xfeff) {
// Ignore BOM, the "Byte Order Mark"
// (http://en.wikipedia.org/wiki/Byte_Order_Mark, // http://www.unicode.org/charts/PDF/UFFF0.pdf)
- // Probably fixed in TQt4.
continue;
}