diff options
Diffstat (limited to 'languages/cpp/app_templates/khello/main.cpp')
-rw-r--r-- | languages/cpp/app_templates/khello/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/khello/main.cpp b/languages/cpp/app_templates/khello/main.cpp index fb84ad48..2ad5ebcc 100644 --- a/languages/cpp/app_templates/khello/main.cpp +++ b/languages/cpp/app_templates/khello/main.cpp @@ -24,7 +24,7 @@ int main(int argc, char **argv) about.addAuthor( "%{AUTHOR}", 0, "%{EMAIL}" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; %{APPNAME} *mainWin = 0; if (app.isRestored()) |