00001 #ifndef MINIKDE_KSIMPLECONFIG_H 00002 #define MINIKDE_KSIMPLECONFIG_H 00003 00004 #include "kconfig.h" 00005 00006 class KSimpleConfig : public KConfig 00007 { 00008 public: 00009 KSimpleConfig( const QString &file ) : KConfig( file ) {} 00010 }; 00011 00012 #endif
1.4.2