From 2d5ab2165b5a7750693266c24dabdc6520fcfb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 21 Aug 2013 21:35:38 +0200 Subject: Initial TDE conversion --- src/preferences.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/preferences.h') diff --git a/src/preferences.h b/src/preferences.h index f21be7f..11c9811 100644 --- a/src/preferences.h +++ b/src/preferences.h @@ -1,12 +1,12 @@ -// This file is generated by kconfig_compiler from preferences.kcfg. +// This file is generated by tdeconfig_compiler from preferences.kcfg. // All changes you do to this file will be lost. #ifndef PREFERENCES_H #define PREFERENCES_H -#include +#include #include -class Preferences : public KConfigSkeleton +class Preferences : public TDEConfigSkeleton { public: @@ -168,7 +168,7 @@ class Preferences : public KConfigSkeleton static void writeConfig() { - static_cast(self())->writeConfig(); + static_cast(self())->writeConfig(); } protected: Preferences(); -- cgit v1.2.3