From 0fed1a188b8d8be416550c63e2d5954f06434386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:32 -0600 Subject: Remove spurious TQ_OBJECT instances --- kdevdesigner/designer/propertyeditor.h | 48 +++++++++++++++++----------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'kdevdesigner/designer/propertyeditor.h') diff --git a/kdevdesigner/designer/propertyeditor.h b/kdevdesigner/designer/propertyeditor.h index 9e5c8cef..7b7eccd8 100644 --- a/kdevdesigner/designer/propertyeditor.h +++ b/kdevdesigner/designer/propertyeditor.h @@ -139,7 +139,7 @@ class PropertyTextItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyTextItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, @@ -176,7 +176,7 @@ class PropertyBoolItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyBoolItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName ); @@ -201,7 +201,7 @@ class PropertyIntItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyIntItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, @@ -227,7 +227,7 @@ class PropertyLayoutItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyLayoutItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, @@ -252,7 +252,7 @@ class PropertyDoubleItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyDoubleItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, @@ -276,7 +276,7 @@ class PropertyListItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyListItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, @@ -312,7 +312,7 @@ class PropertyFontItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyFontItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName ); @@ -342,7 +342,7 @@ class PropertyCoordItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: enum Type { Rect, Size, Point }; @@ -372,7 +372,7 @@ class PropertyColorItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyColorItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, @@ -407,7 +407,7 @@ class PropertyPixmapItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: enum Type { Pixmap, IconSet, Image }; @@ -440,7 +440,7 @@ class PropertySizePolicyItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertySizePolicyItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, @@ -467,7 +467,7 @@ class PropertyPaletteItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyPaletteItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, @@ -496,7 +496,7 @@ class PropertyCursorItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyCursorItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, @@ -521,7 +521,7 @@ class PropertyKeysequenceItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyKeysequenceItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, @@ -552,7 +552,7 @@ class PropertyDatabaseItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyDatabaseItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName, bool wField ); @@ -590,7 +590,7 @@ struct EnumItem { class EnumPopup : public TQFrame { Q_OBJECT - TQ_OBJECT + public: EnumPopup( TQWidget *parent, const char *name, WFlags f=0 ); @@ -615,7 +615,7 @@ private: class EnumBox : public TQComboBox { Q_OBJECT - TQ_OBJECT + public: EnumBox( TQWidget *parent, const char *name = 0 ); @@ -650,7 +650,7 @@ class PropertyEnumItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyEnumItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, @@ -677,7 +677,7 @@ private: class PropertyList : public TQListView { Q_OBJECT - TQ_OBJECT + public: PropertyList( PropertyEditor *e ); @@ -740,7 +740,7 @@ private: class EventList : public HierarchyList { Q_OBJECT - TQ_OBJECT + public: EventList( TQWidget *parent, FormWindow *fw, PropertyEditor *e ); @@ -768,7 +768,7 @@ private: class PropertyEditor : public TQTabWidget { Q_OBJECT - TQ_OBJECT + public: PropertyEditor( TQWidget *parent ); @@ -820,7 +820,7 @@ class PropertyDateItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyDateItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName ); @@ -844,7 +844,7 @@ class PropertyTimeItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyTimeItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName ); @@ -868,7 +868,7 @@ class PropertyDateTimeItem : public TQObject, public PropertyItem { Q_OBJECT - TQ_OBJECT + public: PropertyDateTimeItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName ); -- cgit v1.2.1