Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
@ -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();