summaryrefslogtreecommitdiffstats
path: root/kolourpaint
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-22 11:57:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-22 11:57:05 +0900
commitb200dc191e36b3af25c88fe541842c86bd8afc09 (patch)
treea5e05e9b3b8b874b399697f9c2050135f0686be5 /kolourpaint
parentbaed4696defeb4a65e25fa8a9ed194741613df2d (diff)
downloadtdegraphics-master.tar.gz
tdegraphics-master.zip
Remove use of TDE_VERSIONHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kolourpaint')
-rw-r--r--kolourpaint/kpdefs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/kolourpaint/kpdefs.h b/kolourpaint/kpdefs.h
index c509ae0f..08884f1f 100644
--- a/kolourpaint/kpdefs.h
+++ b/kolourpaint/kpdefs.h
@@ -37,12 +37,6 @@
#include <tqsize.h>
#include <tqstring.h>
-#include <tdeversion.h>
-
-
-#define KP_IS_TQT_3_3 ([[[TQT_VERSION IS DEPRECATED]]] >= 0x030300 && 1)
-#define KP_IS_KDE_3_3 ((TDE_VERSION_MAJOR >= 3 && TDE_VERSION_MINOR >= 3) && 1)
-
// approx. 2896x2896x32bpp or 3344x3344x24bpp (TODO: 24==32?) or 4096*4096x16bpp
#define KP_BIG_IMAGE_SIZE (32 * 1048576)