Use dedicated kdDebug area.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/4/head
Michele Calgaro 2 years ago
parent f2ea79c339
commit 02ee5b85e6
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -48,7 +48,7 @@ int main(int argc, char **argv)
tdeio_umountwrapper *app;
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
kdDebug() << "arg0: " << args->arg(0) << endl;
kdDebug(7136) << "arg0: " << args->arg(0) << endl;
if (args->count() == 0)
TDECmdLineArgs::usage(i18n("No URL specified!"));

@ -51,7 +51,7 @@ tdeio_umountwrapper::tdeio_umountwrapper(const TQString& url)
*p << "tdeio_media_mounthelper";
*p << "-s";
*p << url;
kdDebug() << "TDEProcess: " << url << endl;
kdDebug(7136) << "TDEProcess: " << url << endl;
connect(p, TQT_SIGNAL(processExited(TDEProcess *)),
this, TQT_SLOT(processFinished(TDEProcess *)));
p->start();

Loading…
Cancel
Save