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