From 9b9d4ea191b72a4742c67bbcdb12528dbe848dfd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:22:57 -0600 Subject: Rename additional global TQt functions --- src/svnqt/path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/svnqt/path.cpp') 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); } -- cgit v1.2.3