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

class MyPrefs : public TDEConfigSkeleton
{
  public:
    MyPrefs( const TQString &a ) : TDEConfigSkeleton( a ) {}
};