22 #ifndef CONFIGGUIJESCS_H
23 #define CONFIGGUIJESCS_H
25 #include "configgui.h"
30 class ConfigGuiJescs : public ConfigGui
33 ConfigGuiJescs( const QSync::Member &, TQWidget *parent );
35 void load( const TQString &xml );
37 TQString save() const;
45 TQCheckBox *mDelNotify;
|