From 9b9d4ea191b72a4742c67bbcdb12528dbe848dfd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:22:57 -0600 Subject: Rename additional global TQt functions --- src/svnqt/repositorydata.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/svnqt/repositorydata.cpp') diff --git a/src/svnqt/repositorydata.cpp b/src/svnqt/repositorydata.cpp index 5625f70..4e6f2ba 100644 --- a/src/svnqt/repositorydata.cpp +++ b/src/svnqt/repositorydata.cpp @@ -153,7 +153,7 @@ svn_error_t * RepositoryData::CreateOpen(const TQString&path, const TQString&fst #if ((SVN_VER_MAJOR == 1) && (SVN_VER_MINOR >= 4) || SVN_VER_MAJOR>1) if (_pre_1_4_compat) { - qDebug("Pre 14"); + tqDebug("Pre 14"); apr_hash_set(fs_config, SVN_FS_CONFIG_PRE_1_4_COMPATIBLE, APR_HASH_KEY_STRING,"1"); } @@ -162,7 +162,7 @@ svn_error_t * RepositoryData::CreateOpen(const TQString&path, const TQString&fst #endif #if ((SVN_VER_MAJOR == 1) && (SVN_VER_MINOR >= 5) || SVN_VER_MAJOR>1) if (_pre_1_5_compat) { - qDebug("Pre 15"); + tqDebug("Pre 15"); apr_hash_set(fs_config, SVN_FS_CONFIG_PRE_1_5_COMPATIBLE, APR_HASH_KEY_STRING,"1"); } -- cgit v1.2.1