From 3e7d4d52ba7572244b2f172244895cc11dbe9864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 12 Jun 2012 01:17:53 +0200 Subject: Prevent from registering with DCOP This resolves Bug 956 (cherry picked from commit a1380ee80ef7b309820fdc7ea8f8747621227cc5) --- src/qt_qt_wrapper.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp index 9ccee0f..af9be6f 100644 --- a/src/qt_qt_wrapper.cpp +++ b/src/qt_qt_wrapper.cpp @@ -176,6 +176,8 @@ void createTQApp() "message goes here", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net"); KCmdLineArgs::init(argc, argv, &aboutData); + KApplication::disableAutoDcopRegistration(); + TQString cmdLine; #ifdef USE_FREEBSD -- cgit v1.2.1