summaryrefslogtreecommitdiffstats
path: root/src/main_assistant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_assistant.cpp')
-rw-r--r--src/main_assistant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp
index b548aa3b..41728b27 100644
--- a/src/main_assistant.cpp
+++ b/src/main_assistant.cpp
@@ -109,7 +109,7 @@ int main(int argc, char *argv[])
if (splash) delete splash;
- kapp->dcopClient()->registerAs("kdevassistant");
+ tdeApp->dcopClient()->registerAs("kdevassistant");
return app.exec();
}