Replace QT_STATIC_CONST_* with actual definitions

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/62/head
Michele Calgaro 3 months ago
parent 1090a2dc65
commit 04d9ceaa0e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

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

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

Loading…
Cancel
Save