diff options
Diffstat (limited to 'kitchensync/src/connectionwidgets.h')
-rw-r--r-- | kitchensync/src/connectionwidgets.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kitchensync/src/connectionwidgets.h b/kitchensync/src/connectionwidgets.h index 5ffc9bc5e..ec514cb44 100644 --- a/kitchensync/src/connectionwidgets.h +++ b/kitchensync/src/connectionwidgets.h @@ -41,7 +41,7 @@ class BluetoothWidget : public TQWidget TQ_OBJECT public: - BluetoothWidget( TQWidget *tqparent ); + BluetoothWidget( TQWidget *parent ); void hideChannel(); void showChannel(); @@ -63,7 +63,7 @@ class IRWidget : public TQWidget TQ_OBJECT public: - IRWidget( TQWidget *tqparent ); + IRWidget( TQWidget *parent ); void load( const TQDomElement& ); void save( TQDomDocument&, TQDomElement& ); @@ -76,7 +76,7 @@ class IRWidget : public TQWidget class CableWidget : public TQWidget { public: - CableWidget( TQWidget *tqparent ); + CableWidget( TQWidget *parent ); void load( const TQDomElement& ); void save( TQDomDocument&, TQDomElement& ); @@ -89,7 +89,7 @@ class CableWidget : public TQWidget class UsbWidget : public TQWidget { public: - UsbWidget( TQWidget *tqparent ); + UsbWidget( TQWidget *parent ); int interface() const; void setInterface( int interface ); |