summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mainwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwidget.cpp b/src/mainwidget.cpp
index 351dbb7..e92ff2f 100644
--- a/src/mainwidget.cpp
+++ b/src/mainwidget.cpp
@@ -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;
}