diff options
Diffstat (limited to 'kitchensync/src/configguimoto.h')
-rw-r--r-- | kitchensync/src/configguimoto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchensync/src/configguimoto.h b/kitchensync/src/configguimoto.h index 1c5cd0f0e..cd588facf 100644 --- a/kitchensync/src/configguimoto.h +++ b/kitchensync/src/configguimoto.h @@ -29,7 +29,7 @@ class KLineEdit; class ConfigGuiMoto : public ConfigGui { public: - ConfigGuiMoto( const QSync::Member &, TQWidget *tqparent ); + ConfigGuiMoto( const QSync::Member &, TQWidget *parent ); void load( const TQString &xml ); TQString save() const; |