21 #ifndef CONFIGGUISYNCML_H 22 #define CONFIGGUISYNCML_H 26 #include "configgui.h" 35 class ConfigGuiSyncmlHttp : public ConfigGui 42 ConfigGuiSyncmlHttp( const QSync::Member &, TQWidget *parent ); 44 void load( const TQString &xml ); 45 TQString save() const; 48 TQGridLayout *mGridLayout; 54 TQCheckBox *mUseStringTable; 55 TQCheckBox *mOnlyReplace; 57 TQSpinBox *mRecvLimit; 58 TQSpinBox *mMaxObjSize; 60 KComboBox *mContactDb; 61 KComboBox *mCalendarDb; 65 void addLineEdit( TQWidget *parent, const TQString &text, KComboBox **edit, int row );
|