summaryrefslogtreecommitdiffstats
path: root/kapptemplate/kapp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kapptemplate/kapp/main.cpp')
-rw-r--r--kapptemplate/kapp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kapptemplate/kapp/main.cpp b/kapptemplate/kapp/main.cpp
index 69668df8..abf4cf92 100644
--- a/kapptemplate/kapp/main.cpp
+++ b/kapptemplate/kapp/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;
// register ourselves as a dcop client
app.dcopClient()->registerAs(app.name(), false);