diff options
Diffstat (limited to 'lib/koproperty/set.h')
-rw-r--r-- | lib/koproperty/set.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/set.h b/lib/koproperty/set.h index efb90cd9..9e1dc3d2 100644 --- a/lib/koproperty/set.h +++ b/lib/koproperty/set.h @@ -40,7 +40,7 @@ class SetPrivate; class KOPROPERTY_EXPORT Set : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! \brief A class to iterate over a Set. @@ -234,7 +234,7 @@ class KOPROPERTY_EXPORT Set : public TQObject class KOPROPERTY_EXPORT Buffer : public Set { Q_OBJECT - TQ_OBJECT + public: Buffer(); |