1 2 3 4 5 6 7
#include <tdeconfigskeleton.h> class MyPrefs : public TDEConfigSkeleton { public: MyPrefs( const TQString &a ) : TDEConfigSkeleton( a ) {} };