summaryrefslogtreecommitdiffstats
path: root/libkdchart/KDChartTable.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-05 13:45:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-05 20:55:05 +0900
commit43cb2df63d88369e209ece2a7030552d52861cd1 (patch)
treed65c76a0596fc0cd45b43dcf5a402fd1977fa2bc /libkdchart/KDChartTable.h
parent1a2f76163a8ce08c850f1f632d0a295be57d6807 (diff)
downloadkmymoney-43cb2df6.tar.gz
kmymoney-43cb2df6.zip
Drop use of COMPAT_TQT_VERSION define
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c45ec5d9bde729f8a40f2e59c886c629d2e43a93)
Diffstat (limited to 'libkdchart/KDChartTable.h')
-rw-r--r--libkdchart/KDChartTable.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libkdchart/KDChartTable.h b/libkdchart/KDChartTable.h
index d915db9..259ee46 100644
--- a/libkdchart/KDChartTable.h
+++ b/libkdchart/KDChartTable.h
@@ -33,15 +33,8 @@
#include <KDChartGlobal.h>
#include <KDChartListTable.h>
-#if COMPAT_TQT_VERSION >= 0x030000
#include <KDChartVectorTable.h>
-#endif
-#if COMPAT_TQT_VERSION >= 0x030000
typedef KDChartVectorTableData KDChartTableData;
-#else
-typedef KDChartListTableData KDChartTableData;
-#endif
-
#endif