summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-06-12 01:17:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-06-12 01:17:53 +0200
commita1380ee80ef7b309820fdc7ea8f8747621227cc5 (patch)
tree781443b34cf3f072e192235260617393f088d9c8 /src
parentb7f8a60e2ed5e81dfc262e18f84a90169cd1126c (diff)
downloadgtk-qt-engine-a1380ee80ef7b309820fdc7ea8f8747621227cc5.tar.gz
gtk-qt-engine-a1380ee80ef7b309820fdc7ea8f8747621227cc5.zip
Prevent from registering with DCOP
This resolves Bug 956
Diffstat (limited to 'src')
-rw-r--r--src/qt_qt_wrapper.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp
index dea20a7..0c721a0 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