summaryrefslogtreecommitdiffstats
path: root/src/svnqt/path.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-01 13:22:57 -0600
committerTimothy Pearson <[email protected]>2012-03-01 13:22:57 -0600
commit9b9d4ea191b72a4742c67bbcdb12528dbe848dfd (patch)
treef85ada91374abeb209235c716912d15c9751ad06 /src/svnqt/path.cpp
parentc1ece33d3c587246439e1392a25d19e0c7117fee (diff)
downloadtdesvn-9b9d4ea191b72a4742c67bbcdb12528dbe848dfd.tar.gz
tdesvn-9b9d4ea191b72a4742c67bbcdb12528dbe848dfd.zip
Rename additional global TQt functions
Diffstat (limited to 'src/svnqt/path.cpp')
-rw-r--r--src/svnqt/path.cpp2
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);
}