summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/propertylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/propeditor/propertylist.h')
-rw-r--r--lib/widgets/propeditor/propertylist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/propeditor/propertylist.h b/lib/widgets/propeditor/propertylist.h
index 94baf50d..9cee76f8 100644
--- a/lib/widgets/propeditor/propertylist.h
+++ b/lib/widgets/propeditor/propertylist.h
@@ -55,7 +55,7 @@ alphabetically sorted list of properties or both at the same time.
class PropertyList: public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
class Iterator {
@@ -182,7 +182,7 @@ buf->intersect(list3);
*/
class PropertyBuffer: public PropertyList{
Q_OBJECT
- TQ_OBJECT
+
public:
/**Constructs a buffer from given property list.*/
PropertyBuffer(PropertyList *list);