summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfig_compiler/example/example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kconfig_compiler/example/example.cpp')
-rw-r--r--tdecore/kconfig_compiler/example/example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kconfig_compiler/example/example.cpp b/tdecore/kconfig_compiler/example/example.cpp
index b1afe7973..f15b4bb15 100644
--- a/tdecore/kconfig_compiler/example/example.cpp
+++ b/tdecore/kconfig_compiler/example/example.cpp
@@ -37,7 +37,7 @@ int main( int argc, char **argv )
TDECmdLineArgs::init( argc, argv, &aboutData );
- KApplication app;
+ TDEApplication app;
ExamplePrefsBase *prefs = new ExamplePrefsBase("Trans1", "Folder2");