aboutsummaryrefslogtreecommitdiff
path: root/tier1/kconfig/autotests/kconfig_compiler/myprefs.h
blob: 4d12eeb7ed12d123ba85b720dd567ff097d62f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MYPREFS_H
#define MYPREFS_H

#include <kconfigskeleton.h>

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

#endif