summaryrefslogtreecommitdiffstats
path: root/src/preferences.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-08-21 21:35:38 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-08-21 21:35:38 +0200
commit2d5ab2165b5a7750693266c24dabdc6520fcfb2d (patch)
tree35c55949aec87a0ae958d4811b6dbe58a40f05ab /src/preferences.h
parentdc35d8eaac302891fa34128d0e2e148b4c409544 (diff)
downloadklcddimmer-2d5ab2165b5a7750693266c24dabdc6520fcfb2d.tar.gz
klcddimmer-2d5ab2165b5a7750693266c24dabdc6520fcfb2d.zip
Initial TDE conversion
Diffstat (limited to 'src/preferences.h')
-rw-r--r--src/preferences.h8
1 files changed, 4 insertions, 4 deletions
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 <kconfigskeleton.h>
+#include <tdeconfigskeleton.h>
#include <kdebug.h>
-class Preferences : public KConfigSkeleton
+class Preferences : public TDEConfigSkeleton
{
public:
@@ -168,7 +168,7 @@ class Preferences : public KConfigSkeleton
static
void writeConfig()
{
- static_cast<KConfigSkeleton*>(self())->writeConfig();
+ static_cast<TDEConfigSkeleton*>(self())->writeConfig();
}
protected:
Preferences();