Prevent from registering with DCOP

pull/1/head
Slávek Banko 11 years ago
parent 98a376410a
commit cf0e3a0b99

@ -1017,6 +1017,7 @@ extern "C"
{
// We use TDEApplication instead of TDEInstance here, because we use a
// config dialog and such gui stuff.
TDEApplication::disableAutoDcopRegistration();
TDEApplication app(argc, argv, "tdeio_locate", false, true, false);
DEBUGSTR << "*** Starting tdeio_locate " << endl;

Loading…
Cancel
Save