kpilot/lib
kpilotlibSettings.h
00001 // This file is generated by kconfig_compiler from kpilotlib.kcfg. 00002 // All changes you do to this file will be lost. 00003 #ifndef KPILOTLIBSETTINGS_H 00004 #define KPILOTLIBSETTINGS_H 00005 00006 #include <kconfigskeleton.h> 00007 #include <kdebug.h> 00008 00009 class KPilotLibSettings : public KConfigSkeleton 00010 { 00011 public: 00012 00013 static KPilotLibSettings *self(); 00014 ~KPilotLibSettings(); 00015 00016 static 00017 void writeConfig() 00018 { 00019 static_cast<KConfigSkeleton*>(self())->writeConfig(); 00020 } 00021 protected: 00022 KPilotLibSettings(); 00023 static KPilotLibSettings *mSelf; 00024 00025 00026 private: 00027 }; 00028 00029 #endif 00030