summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/connectionitems.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/designer/connectionitems.h')
-rw-r--r--kdevdesigner/designer/connectionitems.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kdevdesigner/designer/connectionitems.h b/kdevdesigner/designer/connectionitems.h
index 76c57065..fe5e276d 100644
--- a/kdevdesigner/designer/connectionitems.h
+++ b/kdevdesigner/designer/connectionitems.h
@@ -42,7 +42,7 @@ class ConnectionItem : public TQObject,
public TQComboTableItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConnectionItem( TQTable *table, FormWindow *fw );
@@ -78,7 +78,7 @@ private:
class SenderItem : public ConnectionItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
SenderItem( TQTable *table, FormWindow *fw );
@@ -98,7 +98,7 @@ private slots:
class ReceiverItem : public ConnectionItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
ReceiverItem( TQTable *table, FormWindow *fw );
@@ -118,7 +118,7 @@ private slots:
class SignalItem : public ConnectionItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
SignalItem( TQTable *table, FormWindow *fw );
@@ -136,7 +136,7 @@ signals:
class SlotItem : public ConnectionItem
{
Q_OBJECT
- TQ_OBJECT
+
public:
SlotItem( TQTable *table, FormWindow *fw );
@@ -165,7 +165,7 @@ private:
class ConnectionContainer : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConnectionContainer( TQObject *parent, SenderItem *i1, SignalItem *i2,