21 #ifndef CONFIGGUIFILE_H
22 #define CONFIGGUIFILE_H
24 #include "configgui.h"
29 class ConfigGuiFile : public ConfigGui
32 ConfigGuiFile( const QSync::Member &, TQWidget *parent );
34 void load( const TQString &xml );
35 TQString save() const;
38 KURLRequester *mFilename;
39 TQCheckBox *mRecursive;
|