aboutsummaryrefslogtreecommitdiff
path: root/tier1/kconfig/autotests/kconfig_compiler/myprefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tier1/kconfig/autotests/kconfig_compiler/myprefs.h')
-rw-r--r--tier1/kconfig/autotests/kconfig_compiler/myprefs.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tier1/kconfig/autotests/kconfig_compiler/myprefs.h b/tier1/kconfig/autotests/kconfig_compiler/myprefs.h
deleted file mode 100644
index 4d12eeb7..00000000
--- a/tier1/kconfig/autotests/kconfig_compiler/myprefs.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef MYPREFS_H
-#define MYPREFS_H
-
-#include <kconfigskeleton.h>
-
-class MyPrefs : public KConfigSkeleton
-{
- public:
- MyPrefs( const QString &a ) : KConfigSkeleton( a ) {}
-};
-
-#endif