diff options
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); } |