summaryrefslogtreecommitdiffstats
path: root/tdecore/tdeconfig_compiler/tests/myprefs.h
blob: 99ea62ec1d2187c4e71edbf3a8e104211a1e0a80 (plain)
1
2
3
4
5
6
7
#include <tdeconfigskeleton.h>

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