22 #ifndef CONFIGGUIEVO2_H
23 #define CONFIGGUIEVO2_H
25 #include "configgui.h"
29 class ConfigGuiEvo2 : public ConfigGui
32 ConfigGuiEvo2( const QSync::Member &, TQWidget *parent );
34 void load( const TQString &xml );
36 TQString save() const;
41 KURLRequester *mAddressPath;
42 KURLRequester *mCalendarPath;
43 KURLRequester *mTasksPath;
|