summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfig_compiler/example/autoexample.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kconfig_compiler/example/autoexample.cpp')
-rw-r--r--tdecore/kconfig_compiler/example/autoexample.cpp2
1 files changed, 1 insertions, 1 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", "" );