Prevent from registering with DCOP

This resolves Bug 956
pull/1/head
Slávek Banko 12 years ago
parent b7f8a60e2e
commit a1380ee80e

@ -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

Loading…
Cancel
Save