summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfig_compiler/tests/test4.h.ref
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kconfig_compiler/tests/test4.h.ref')
-rw-r--r--tdecore/kconfig_compiler/tests/test4.h.ref4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kconfig_compiler/tests/test4.h.ref b/tdecore/kconfig_compiler/tests/test4.h.ref
index d11dd3aee..9457413a1 100644
--- a/tdecore/kconfig_compiler/tests/test4.h.ref
+++ b/tdecore/kconfig_compiler/tests/test4.h.ref
@@ -6,7 +6,7 @@
#include <kconfigskeleton.h>
#include <kdebug.h>
-class Test4 : public KConfigSkeleton
+class Test4 : public TDEConfigSkeleton
{
public:
class EnumMouseAction
@@ -115,7 +115,7 @@ class Test4 : public KConfigSkeleton
static
void writeConfig()
{
- static_cast<KConfigSkeleton*>(self())->writeConfig();
+ static_cast<TDEConfigSkeleton*>(self())->writeConfig();
}
protected:
Test4();