diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-05 13:21:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-05 20:54:02 +0900 |
commit | 75cc9de8f47db776021b5e8153c930d9af2108b6 (patch) | |
tree | 05bbc91010d5cb7d9b7083f101ba885e32a46245 /kchart/kdchart/KDChartTable.h | |
parent | f25aee7b805a903144ad05ef3e9bb70e6dbdb875 (diff) | |
download | koffice-75cc9de8.tar.gz koffice-75cc9de8.zip |
Drop use of COMPAT_TQT_VERSION define
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fded56123903e0a8d9e076b1a6a9a52374c3649d)
Diffstat (limited to 'kchart/kdchart/KDChartTable.h')
-rw-r--r-- | kchart/kdchart/KDChartTable.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kchart/kdchart/KDChartTable.h b/kchart/kdchart/KDChartTable.h index d915db9f1..259ee46f5 100644 --- a/kchart/kdchart/KDChartTable.h +++ b/kchart/kdchart/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 |