diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:22:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:22:57 -0600 |
commit | 9b9d4ea191b72a4742c67bbcdb12528dbe848dfd (patch) | |
tree | f85ada91374abeb209235c716912d15c9751ad06 /src/svnqt/client_diff.cpp | |
parent | c1ece33d3c587246439e1392a25d19e0c7117fee (diff) | |
download | tdesvn-9b9d4ea191b72a4742c67bbcdb12528dbe848dfd.tar.gz tdesvn-9b9d4ea191b72a4742c67bbcdb12528dbe848dfd.zip |
Rename additional global TQt functions
Diffstat (limited to 'src/svnqt/client_diff.cpp')
-rw-r--r-- | src/svnqt/client_diff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/client_diff.cpp b/src/svnqt/client_diff.cpp index 448e3cd..9229a45 100644 --- a/src/svnqt/client_diff.cpp +++ b/src/svnqt/client_diff.cpp @@ -79,7 +79,7 @@ namespace svn DiffData ddata(tmpPath,path,revision1,path,revision2); #if ((SVN_VER_MAJOR == 1) && (SVN_VER_MINOR >= 5)) || (SVN_VER_MAJOR > 1) - qDebug("pegged diff4 call"); + tqDebug("pegged diff4 call"); error = svn_client_diff_peg4( options, path.cstr(), |