@ -827,7 +827,7 @@ TQStringList MainWidget::createAutotraceCommandLine( ) {
toReturn+="--input-format=PPM";
toReturn+=m_tmpInputFilename;
qDebug("Executed:\n%s",toReturn.join(" ").ascii());
tqDebug("Executed:\n%s",toReturn.join(" ").ascii());
return toReturn;
}