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 494f997f2..eb8f8c4cf 100644
--- a/tdecore/kconfig_compiler/example/autoexample.cpp
+++ b/tdecore/kconfig_compiler/example/autoexample.cpp
@@ -43,7 +43,7 @@ int main( int argc, char **argv )
TDECmdLineArgs::init( argc, argv, &aboutData );
- KApplication app;
+ TDEApplication app;
ExamplePrefsBase configSkeleton( "dummy1", "dummy2" );
configSkeleton.readConfig();