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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kconfig_compiler/tests/myprefs.h b/tdecore/kconfig_compiler/tests/myprefs.h
index ebef89c08..020dc6bfa 100644
--- a/tdecore/kconfig_compiler/tests/myprefs.h
+++ b/tdecore/kconfig_compiler/tests/myprefs.h
@@ -1,7 +1,7 @@
#include <kconfigskeleton.h>
-class MyPrefs : public KConfigSkeleton
+class MyPrefs : public TDEConfigSkeleton
{
public:
- MyPrefs( const TQString &a ) : KConfigSkeleton( a ) {}
+ MyPrefs( const TQString &a ) : TDEConfigSkeleton( a ) {}
};