summaryrefslogtreecommitdiffstats
path: root/src/svnqt/repositorydata.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:22:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:22:57 -0600
commit9b9d4ea191b72a4742c67bbcdb12528dbe848dfd (patch)
treef85ada91374abeb209235c716912d15c9751ad06 /src/svnqt/repositorydata.cpp
parentc1ece33d3c587246439e1392a25d19e0c7117fee (diff)
downloadtdesvn-9b9d4ea191b72a4742c67bbcdb12528dbe848dfd.tar.gz
tdesvn-9b9d4ea191b72a4742c67bbcdb12528dbe848dfd.zip
Rename additional global TQt functions
Diffstat (limited to 'src/svnqt/repositorydata.cpp')
-rw-r--r--src/svnqt/repositorydata.cpp4
1 files changed, 2 insertions, 2 deletions
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");
}