summaryrefslogtreecommitdiffstats
path: root/kdecore/kconfig_compiler/tests/myprefs.h
blob: 263c409d26e183ee0060641551dd1e9685a91cf6 (plain)
1
2
3
4
5
6
7
#include <kconfigskeleton.h>

class MyPrefs : public KConfigSkeleton
{
  public:
    MyPrefs( const QString &a ) : KConfigSkeleton( a ) {}
};