diff options
Diffstat (limited to 'kitchensync/src/mainwidget.cpp')
-rw-r--r-- | kitchensync/src/mainwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/mainwidget.cpp b/kitchensync/src/mainwidget.cpp index 51543c059..161a1d444 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" ); } } } |