summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp
index 5c46d52..3fca769 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -41,7 +41,7 @@ int main(int argc, char **argv)
about.addCredit( "David Leggett", "Website hosting and feedback during early development." );
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions(options);
- KApplication app;
+ TDEApplication app;
// register ourselves as a dcop client
app.dcopClient()->registerAs(app.name(), false);