|
|
|
@ -1291,13 +1291,13 @@ void PilotDaemon::updateTrayStatus(const TQString &s)
|
|
|
|
|
emitDCOPSignal( "kpilotDaemonStatusDetails(TQDateTime,TQString,TQStringList,TQString,TQString,TQString,bool)", data );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions daemonoptions[] = {
|
|
|
|
|
static TDECmdLineOptions daemonoptions[] = {
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
|
{"debug <level>", I18N_NOOP("Set debugging level"), "0"},
|
|
|
|
|
#endif
|
|
|
|
|
{ "device <device>", I18N_NOOP("Device to try first"), ""},
|
|
|
|
|
{"fail-silently", I18N_NOOP("Exit instead of complaining about bad configuration files"), 0},
|
|
|
|
|
KCmdLineLastOption
|
|
|
|
|
TDECmdLineLastOption
|
|
|
|
|
} ;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|