summaryrefslogtreecommitdiffstats
path: root/lib/store
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-12 15:05:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-16 12:08:55 +0900
commita58aa6da48b9a653e937e74468431410a8b6da0d (patch)
treeb84d2f962580991327405060857e705c75aeeabe /lib/store
parent9bbce30f995d31d51c77c5aa7079b2cb58206395 (diff)
downloadkoffice-r14.1.x.tar.gz
koffice-r14.1.x.zip
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5b692ca361fdf03ceda3163c71fa67b63cf31bb2)
Diffstat (limited to 'lib/store')
-rw-r--r--lib/store/KoStore.cpp1
-rw-r--r--lib/store/KoTarStore.cpp1
-rw-r--r--lib/store/KoZipStore.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/store/KoStore.cpp b/lib/store/KoStore.cpp
index fa6e88d10..3ba8e6e1e 100644
--- a/lib/store/KoStore.cpp
+++ b/lib/store/KoStore.cpp
@@ -33,7 +33,6 @@
#include <kurl.h>
#include <kdebug.h>
-#include <tdeversion.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
#include <tdeio/netaccess.h>
diff --git a/lib/store/KoTarStore.cpp b/lib/store/KoTarStore.cpp
index 160258d95..5627e7c7e 100644
--- a/lib/store/KoTarStore.cpp
+++ b/lib/store/KoTarStore.cpp
@@ -24,7 +24,6 @@
#include <ktar.h>
#include <kdebug.h>
#include <kurl.h>
-#include <tdeversion.h>
#include <tdeio/netaccess.h>
KoTarStore::KoTarStore( const TQString & _filename, Mode _mode, const TQCString & appIdentification )
diff --git a/lib/store/KoZipStore.cpp b/lib/store/KoZipStore.cpp
index 734f9135b..5bbe18379 100644
--- a/lib/store/KoZipStore.cpp
+++ b/lib/store/KoZipStore.cpp
@@ -23,7 +23,6 @@
#include <kzip.h>
#include <kdebug.h>
-#include <tdeversion.h>
#include <kurl.h>
#include <tdeio/netaccess.h>