22#ifndef CONFIGGUIPALM_H
23#define CONFIGGUIPALM_H
33class ConfigGuiPalm : public ConfigGui
36 ConfigGuiPalm( const QSync::Member &, TQWidget *parent );
38 void load( const TQString &xml );
39 TQString save() const;
50 TQRadioButton *mSyncAlways;
51 TQRadioButton *mSyncAsk;
52 TQRadioButton *mSyncAbort;
55 KComboBox *mVerbosity;
|