summaryrefslogtreecommitdiffstats
path: root/lib/koproperty
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty')
-rw-r--r--lib/koproperty/property.cpp2
-rw-r--r--lib/koproperty/property.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/property.cpp b/lib/koproperty/property.cpp
index d90795ca..2e6b41ea 100644
--- a/lib/koproperty/property.cpp
+++ b/lib/koproperty/property.cpp
@@ -33,7 +33,7 @@
namespace KoProperty {
-QT_STATIC_CONST_IMPL Property Property::null;
+const Property Property::null;
//! @internal
class PropertyPrivate
diff --git a/lib/koproperty/property.h b/lib/koproperty/property.h
index 9938c5df..982f84a6 100644
--- a/lib/koproperty/property.h
+++ b/lib/koproperty/property.h
@@ -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;