22 #ifndef CONFIGGUISYNCE_H
23 #define CONFIGGUISYNCE_H
25 #include "configgui.h"
31 class ConfigGuiSynce : public ConfigGui
34 ConfigGuiSynce( const QSync::Member &, TQWidget *parent );
36 void load( const TQString &xml );
38 TQString save() const;
43 TQCheckBox *mContacts;
45 TQCheckBox *mCalendar;
|