summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krusader/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/main.cpp b/krusader/main.cpp
index 5d48530..c459297 100644
--- a/krusader/main.cpp
+++ b/krusader/main.cpp
@@ -203,7 +203,7 @@ int main(int argc, char *argv[]) {
DCOPClient::mainClient()->send( TDEApplication::kApplication() ->name(), "Krusader-Interface",
"moveToTop()", TQByteArray() );
- KStartupInfo::appStarted();
+ TDEStartupInfo::appStarted();
return 1;
}