|
|
|
@ -358,7 +358,7 @@ int main(int argc, char **argv)
|
|
|
|
|
TDECmdLineArgs::addCmdLineOptions(conduitOptions,
|
|
|
|
|
I18N_NOOP("Conduit Actions"),"conduit");
|
|
|
|
|
|
|
|
|
|
KApplication::addCmdLineOptions();
|
|
|
|
|
TDEApplication::addCmdLineOptions();
|
|
|
|
|
|
|
|
|
|
TDECmdLineArgs *p = TDECmdLineArgs::parsedArgs();
|
|
|
|
|
|
|
|
|
@ -369,10 +369,10 @@ int main(int argc, char **argv)
|
|
|
|
|
needGUI |= (p->isSet("exec")); // assume worst wrt. conduits
|
|
|
|
|
needGUI |= (p->isSet("restore"));
|
|
|
|
|
|
|
|
|
|
KApplication a(needGUI,needGUI);
|
|
|
|
|
TDEApplication a(needGUI,needGUI);
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
|
KPilotConfig::getDebugLevel(p);
|
|
|
|
|
DEBUGKPILOT << fname << "Created KApplication." << endl;
|
|
|
|
|
DEBUGKPILOT << fname << "Created TDEApplication." << endl;
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
Pilot::setupPilotCodec(KPilotSettings::encoding());
|
|
|
|
|