sysinfo-setup.h
00001 #ifndef _SysInfo_SysInfo_SETUP_H
00002 #define _SysInfo_SysInfo_SETUP_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 #include "plugin.h"
00033
00034 class SysInfoWidget;
00035
00036 class SysInfoWidgetConfig : public ConduitConfigBase
00037 {
00038 public:
00039 SysInfoWidgetConfig(QWidget *parent, const char *);
00040 virtual void commit(KConfig *);
00041 virtual void load(KConfig *);
00042 virtual bool isModified() const;
00043 protected:
00044 SysInfoWidget *fConfigWidget;
00045 } ;
00046
00047 class SysInfoWidgetSetup : public ConduitConfig
00048 {
00049 public:
00050 SysInfoWidgetSetup(QWidget *,const char *,const QStringList &);
00051 virtual ~SysInfoWidgetSetup();
00052
00053 virtual void readSettings();
00054
00055 protected:
00056 virtual void commitChanges();
00057
00058 private:
00059 SysInfoWidgetConfig *fConfigBase;
00060 } ;
00061
00062 #endif
This file is part of the documentation for kpilot Library Version 3.2.2.