From 17e2ed52dbf8fac39a04331da02b9572e9e2e304 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:35:40 -0600 Subject: Rename additional global TQt functions --- kitchensync/libqopensync/groupenv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kitchensync/libqopensync/groupenv.cpp') diff --git a/kitchensync/libqopensync/groupenv.cpp b/kitchensync/libqopensync/groupenv.cpp index bd6b3b680..f392fd103 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; -- cgit v1.2.1