22 #ifndef CONFIGGUIMOTO_H 23 #define CONFIGGUIMOTO_H 25 #include "configgui.h" 29 class ConfigGuiMoto : public ConfigGui 32 ConfigGuiMoto( const QSync::Member &, TQWidget *parent ); 34 void load( const TQString &xml ); 35 TQString save() const; 40 KLineEdit *mDeviceString;
|