22 #ifndef CONFIGGUIGCALENDAR_H
23 #define CONFIGGUIGCALENDAR_H
25 #include "configgui.h"
29 class ConfigGuiGoogleCalendar : public ConfigGui
32 ConfigGuiGoogleCalendar( const QSync::Member &, TQWidget *parent );
34 void load( const TQString &xml );
35 TQString save() const;
38 TQLineEdit *mUsername;
39 TQLineEdit *mPassword;
|