21 #ifndef CONFIGGUIOPIE_H
22 #define CONFIGGUIOPIE_H
24 #include "configgui.h"
30 class ConfigGuiOpie : public ConfigGui
33 ConfigGuiOpie( const QSync::Member &, TQWidget *parent );
35 void load( const TQString &xml );
36 TQString save() const;
39 TQLineEdit *mDeviceIP;
40 TQComboBox *mDeviceType;
41 TQLineEdit *mUserName;
42 TQLineEdit *mPassword;
43 TQComboBox *mConnectionType;
|