diff options
Diffstat (limited to 'kitchensync/src/connectionwidgets.h')
-rw-r--r-- | kitchensync/src/connectionwidgets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/connectionwidgets.h b/kitchensync/src/connectionwidgets.h index ec514cb44..4f51c168b 100644 --- a/kitchensync/src/connectionwidgets.h +++ b/kitchensync/src/connectionwidgets.h @@ -38,7 +38,7 @@ class KLineEdit; class BluetoothWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: BluetoothWidget( TQWidget *parent ); @@ -60,7 +60,7 @@ class BluetoothWidget : public TQWidget class IRWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: IRWidget( TQWidget *parent ); |