summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfig_compiler/tests/myprefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kconfig_compiler/tests/myprefs.h')
-rw-r--r--tdecore/kconfig_compiler/tests/myprefs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tdecore/kconfig_compiler/tests/myprefs.h b/tdecore/kconfig_compiler/tests/myprefs.h
new file mode 100644
index 000000000..ebef89c08
--- /dev/null
+++ b/tdecore/kconfig_compiler/tests/myprefs.h
@@ -0,0 +1,7 @@
+#include <kconfigskeleton.h>
+
+class MyPrefs : public KConfigSkeleton
+{
+ public:
+ MyPrefs( const TQString &a ) : KConfigSkeleton( a ) {}
+};