Replace QT_STATIC_CONST_* with actual definitions

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 04d9ceaa0e)
r14.1.x
Michele Calgaro 3 months ago
parent 2f34ce33a3
commit 79c5c7cb2d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -85,7 +85,7 @@ void KDChartAutoColor::freeInstance()
/*
static TQColor defaultColor;
QT_STATIC_CONST_IMPL TQColor & KDChartParams_AutoColor = defaultColor;
const TQColor & KDChartParams_AutoColor = defaultColor;
*/
/**

@ -33,7 +33,7 @@
namespace KoProperty {
QT_STATIC_CONST_IMPL Property Property::null;
const Property Property::null;
//! @internal
class PropertyPrivate

@ -177,7 +177,7 @@ class KOPROPERTY_EXPORT Property
{
public:
//! A contant for null property
QT_STATIC_CONST Property null;
static const Property null;
typedef TQAsciiDict<Property> Dict;
typedef TQAsciiDictIterator<Property> DictIterator;

Loading…
Cancel
Save