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/path.cpp | |
parent | c1ece33d3c587246439e1392a25d19e0c7117fee (diff) | |
download | tdesvn-9b9d4ea191b72a4742c67bbcdb12528dbe848dfd.tar.gz tdesvn-9b9d4ea191b72a4742c67bbcdb12528dbe848dfd.zip |
Rename additional global TQt functions
Diffstat (limited to 'src/svnqt/path.cpp')
-rw-r--r-- | src/svnqt/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/path.cpp b/src/svnqt/path.cpp index 4e0b14d..ae94789 100644 --- a/src/svnqt/path.cpp +++ b/src/svnqt/path.cpp @@ -249,7 +249,7 @@ namespace svn if (error != 0) { throw ClientException (error); } - qDebug("Path: %s",truepath); + tqDebug("Path: %s",truepath); _peg = svn::Revision(&pegr); _path=Path(truepath); } |