summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfig_compiler/example
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kconfig_compiler/example')
-rw-r--r--tdecore/kconfig_compiler/example/autoexample.cpp2
-rw-r--r--tdecore/kconfig_compiler/example/exampleprefs_base.kcfgc2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kconfig_compiler/example/autoexample.cpp b/tdecore/kconfig_compiler/example/autoexample.cpp
index ec71dea71..53e02f68d 100644
--- a/tdecore/kconfig_compiler/example/autoexample.cpp
+++ b/tdecore/kconfig_compiler/example/autoexample.cpp
@@ -48,7 +48,7 @@ int main( int argc, char **argv )
ExamplePrefsBase configSkeleton( "dummy1", "dummy2" );
configSkeleton.readConfig();
- KConfigDialog *dialog = new KConfigDialog( 0, "settings", &configSkeleton );
+ TDEConfigDialog *dialog = new TDEConfigDialog( 0, "settings", &configSkeleton );
GeneralBase *general = new GeneralBase( 0 );
dialog->addPage( general, i18n("General"), "General", "" );
diff --git a/tdecore/kconfig_compiler/example/exampleprefs_base.kcfgc b/tdecore/kconfig_compiler/example/exampleprefs_base.kcfgc
index 829ec2e29..a9ac98dc7 100644
--- a/tdecore/kconfig_compiler/example/exampleprefs_base.kcfgc
+++ b/tdecore/kconfig_compiler/example/exampleprefs_base.kcfgc
@@ -3,7 +3,7 @@ ClassName=ExamplePrefsBase
#
# Singleton=false
#
-# Inherits=KConfigSkeleton
+# Inherits=TDEConfigSkeleton
#
# IncludeFiles=libtdepim/kpimprefs.h
#