summaryrefslogtreecommitdiffstats
path: root/kitchensync/libqopensync/groupenv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/libqopensync/groupenv.cpp')
-rw-r--r--kitchensync/libqopensync/groupenv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchensync/libqopensync/groupenv.cpp b/kitchensync/libqopensync/groupenv.cpp
index bd6b3b68..f392fd10 100644
--- a/kitchensync/libqopensync/groupenv.cpp
+++ b/kitchensync/libqopensync/groupenv.cpp
@@ -105,7 +105,7 @@ Group GroupEnv::addGroup( const TQString &name )
if ( !osync_group_env_add_group( mGroupEnv, ogroup, &error ) ) {
Result res( &error );
- qDebug( "Error on adding group: %s", res.message().latin1() );
+ tqDebug( "Error on adding group: %s", res.message().latin1() );
}
return group;