22 #ifndef CONFIGGUIGPE_H
23 #define CONFIGGUIGPE_H
25 #include "configgui.h"
32 class ConfigGuiGpe : public ConfigGui
35 ConfigGuiGpe( const QSync::Member &, TQWidget *parent );
37 void load( const TQString &xml );
38 TQString save() const;
43 KComboBox *mConnectionMode;
|