From 703fb0c89c2eee56a1e613e67a446db9d4287929 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:07 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- tdecore/kconfig_compiler/tests/test5.h.ref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/kconfig_compiler/tests/test5.h.ref') diff --git a/tdecore/kconfig_compiler/tests/test5.h.ref b/tdecore/kconfig_compiler/tests/test5.h.ref index efb9b448a..274da4761 100644 --- a/tdecore/kconfig_compiler/tests/test5.h.ref +++ b/tdecore/kconfig_compiler/tests/test5.h.ref @@ -6,7 +6,7 @@ #include #include -class Test5 : public KConfigSkeleton +class Test5 : public TDEConfigSkeleton { public: enum { Encrypt, Decrypt, CrashNBurn, PumpNDump }; @@ -107,7 +107,7 @@ class Test5 : public KConfigSkeleton static void writeConfig() { - static_cast(self())->writeConfig(); + static_cast(self())->writeConfig(); } protected: Test5(); -- cgit v1.2.1