24 #include <tqvaluelist.h>
30 class GroupConfigCommon;
34 class GroupConfig : public TQWidget
40 GroupConfig( TQWidget *parent );
42 void setSyncProcess( SyncProcess *process );
54 KJanusWidget *mMemberView;
56 SyncProcess *mProcess;
58 GroupConfigCommon *mCommonConfig;
59 TQValueList<MemberConfig *> mMemberConfigs;
60 TQValueList<TQFrame *> mConfigPages;
|