summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/client.cpp')
-rw-r--r--src/svnqt/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/client.cpp b/src/svnqt/client.cpp
index 37674fd..f7560a4 100644
--- a/src/svnqt/client.cpp
+++ b/src/svnqt/client.cpp
@@ -61,7 +61,7 @@ namespace svn
SvnInit::SvnInit() {
svn_cmdline_init("svnqt",0);
- qDebug("svn_cmdline_init done");
+ tqDebug("svn_cmdline_init done");
TQString BasePath=TQDir::HOMEDIR();
TQDir d;
if (!d.exists(BasePath)) {