summaryrefslogtreecommitdiffstats
path: root/kommander/editor/propertyeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/propertyeditor.h')
-rw-r--r--kommander/editor/propertyeditor.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/kommander/editor/propertyeditor.h b/kommander/editor/propertyeditor.h
index d0eb517b..00718088 100644
--- a/kommander/editor/propertyeditor.h
+++ b/kommander/editor/propertyeditor.h
@@ -128,7 +128,7 @@ class PropertyTextItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyTextItem( PropertyList *l, PropertyItem *after, PropertyItem *prop,
@@ -165,7 +165,7 @@ class PropertyBoolItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyBoolItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName );
@@ -190,7 +190,7 @@ class PropertyIntItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyIntItem( PropertyList *l, PropertyItem *after, PropertyItem *prop,
@@ -216,7 +216,7 @@ class PropertyDoubleItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyDoubleItem( PropertyList *l, PropertyItem *after, PropertyItem *prop,
@@ -240,7 +240,7 @@ class PropertyListItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyListItem( PropertyList *l, PropertyItem *after, PropertyItem *prop,
@@ -276,7 +276,7 @@ class PropertyFontItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyFontItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName );
@@ -306,7 +306,7 @@ class PropertyCoordItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Type { Rect, Size, Point };
@@ -336,7 +336,7 @@ class PropertyColorItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyColorItem( PropertyList *l, PropertyItem *after, PropertyItem *prop,
@@ -371,7 +371,7 @@ class PropertyPixmapItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyPixmapItem( PropertyList *l, PropertyItem *after, PropertyItem *prop,
@@ -402,7 +402,7 @@ class PropertySizePolicyItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertySizePolicyItem( PropertyList *l, PropertyItem *after, PropertyItem *prop,
@@ -429,7 +429,7 @@ class PropertyPaletteItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyPaletteItem( PropertyList *l, PropertyItem *after, PropertyItem *prop,
@@ -458,7 +458,7 @@ class PropertyCursorItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyCursorItem( PropertyList *l, PropertyItem *after, PropertyItem *prop,
@@ -484,7 +484,7 @@ class PropertyDatabaseItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyDatabaseItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName, bool wField );
@@ -511,7 +511,7 @@ private:
class PropertyList : public TQListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyList( PropertyEditor *e );
@@ -567,7 +567,7 @@ private:
class PropertyEditor : public TQTabWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyEditor( TQWidget *parent );
@@ -617,7 +617,7 @@ class PropertyDateItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyDateItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName );
@@ -641,7 +641,7 @@ class PropertyTimeItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyTimeItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName );
@@ -665,7 +665,7 @@ class PropertyDateTimeItem : public TQObject,
public PropertyItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
PropertyDateTimeItem( PropertyList *l, PropertyItem *after, PropertyItem *prop, const TQString &propName );