#ifndef MYPREFS_H #define MYPREFS_H #include class MyPrefs : public KConfigSkeleton { public: MyPrefs(const QString &a) : KConfigSkeleton(a) { } }; #endif