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