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, 0 insertions, 7 deletions
diff --git a/tdecore/kconfig_compiler/tests/myprefs.h b/tdecore/kconfig_compiler/tests/myprefs.h
deleted file mode 100644
index 020dc6bfa..000000000
--- a/tdecore/kconfig_compiler/tests/myprefs.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <kconfigskeleton.h>
-
-class MyPrefs : public TDEConfigSkeleton
-{
- public:
- MyPrefs( const TQString &a ) : TDEConfigSkeleton( a ) {}
-};