Fix renaming of kprocess string

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 2 days ago
parent 978c8d4301
commit 30dd5da5ba
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -116,7 +116,7 @@ int procbuf::start (TQString msg, bool errorDlg,
if (!proc->start(!msg.isNull() ? TDEProcess::NotifyOnExit : TDEProcess::Block,
TDEProcess::All)) {
if (errorDlg) {
KpMsgE(i18n("Kprocess Failure"),TRUE);
KpMsgE(i18n("TDEProcess Failure"),TRUE);
}
return 0;
};
@ -140,7 +140,7 @@ int procbuf::start (TQString msg, bool errorDlg,
} else {
if (!proc->normalExit() || proc->exitStatus()) {
if (errorDlg) {
KpMsg("Error",i18n("Kprocess error:%1").arg(buf), TRUE);
KpMsg("Error",i18n("TDEProcess error:%1").arg(buf), TRUE);
}
delete proc; proc = 0;
return 0;

Loading…
Cancel
Save