21 #ifndef _KSIMPLECONFIG_H
22 #define _KSIMPLECONFIG_H
24 #include "tdeconfig.h"
26 class KSimpleConfigPrivate;
56 KSimpleConfig(
const TQString &fileName,
bool bReadOnly =
false);
76 virtual void virtual_hook(
int id,
void* data );
78 KSimpleConfigPrivate *d;