summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-15 18:47:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-15 18:47:35 +0900
commited48a3f80bd140c2d28e9537a7ffc8c2f674a50b (patch)
tree81818c5f3ba39775a498ee0ecc67388486485543
parent8a8cd95d641315f149c06c17fc3033f3f0be6fc8 (diff)
downloadkmymoney-ed48a3f80bd140c2d28e9537a7ffc8c2f674a50b.tar.gz
kmymoney-ed48a3f80bd140c2d28e9537a7ffc8c2f674a50b.zip
Replace QT_STATIC_CONST_* with actual definitions
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--libkdchart/KDChartParams.cpp2
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;
*/
/**