Prevent from registering with DCOP

This resolves Bug 956
(cherry picked from commit a1380ee80e)
v3.5.13-sru
Slávek Banko 13 years ago
parent 3cddfb67a2
commit 3e7d4d52ba

@ -176,6 +176,8 @@ void createTQApp()
"message goes here", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net"); "message goes here", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net");
KCmdLineArgs::init(argc, argv, &aboutData); KCmdLineArgs::init(argc, argv, &aboutData);
KApplication::disableAutoDcopRegistration();
TQString cmdLine; TQString cmdLine;
#ifdef USE_FREEBSD #ifdef USE_FREEBSD

Loading…
Cancel
Save