diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-15 18:47:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-15 18:47:35 +0900 |
commit | ed48a3f80bd140c2d28e9537a7ffc8c2f674a50b (patch) | |
tree | 81818c5f3ba39775a498ee0ecc67388486485543 /libkdchart | |
parent | 8a8cd95d641315f149c06c17fc3033f3f0be6fc8 (diff) | |
download | kmymoney-ed48a3f80bd140c2d28e9537a7ffc8c2f674a50b.tar.gz kmymoney-ed48a3f80bd140c2d28e9537a7ffc8c2f674a50b.zip |
Replace QT_STATIC_CONST_* with actual definitions
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkdchart')
-rw-r--r-- | libkdchart/KDChartParams.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdchart/KDChartParams.cpp b/libkdchart/KDChartParams.cpp index 53ee927..9907007 100644 --- a/libkdchart/KDChartParams.cpp +++ b/libkdchart/KDChartParams.cpp @@ -90,7 +90,7 @@ void KDChartAutoColor::freeInstance() /* static TQColor defaultColor; -QT_STATIC_CONST_IMPL TQColor & KDChartParams_AutoColor = defaultColor; +const TQColor & KDChartParams_AutoColor = defaultColor; */ /** |