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-16 10:41:52 +0900
commit970832ef00f193e4a74a114151b0003f17d79656 (patch)
tree37d65c23c44c29be75cb9baf22263af05e3c9fd2
parent010c375be4df5752581c0c17a40cc06130a4625a (diff)
downloadkmymoney-970832ef00f193e4a74a114151b0003f17d79656.tar.gz
kmymoney-970832ef00f193e4a74a114151b0003f17d79656.zip
Replace QT_STATIC_CONST_* with actual definitions
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ed48a3f80bd140c2d28e9537a7ffc8c2f674a50b)
-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;
*/
/**