summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/mainwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/mainwidget.cpp')
-rw-r--r--kitchensync/src/mainwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/mainwidget.cpp b/kitchensync/src/mainwidget.cpp
index 51543c05..161a1d44 100644
--- a/kitchensync/src/mainwidget.cpp
+++ b/kitchensync/src/mainwidget.cpp
@@ -175,9 +175,9 @@ void MainWidget::sync( SyncProcess *syncProcess )
syncProcess->reinitEngine();
QSync::Result result = syncProcess->engine()->synchronize();
if ( result ) {
- qDebug( "%s", result.message().latin1() );
+ tqDebug( "%s", result.message().latin1() );
} else {
- qDebug( "synchronization worked" );
+ tqDebug( "synchronization worked" );
}
}
}