summaryrefslogtreecommitdiffstats
path: root/src/svnqt/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/exception.cpp')
-rw-r--r--src/svnqt/exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/exception.cpp b/src/svnqt/exception.cpp
index 1824572..bc25345 100644
--- a/src/svnqt/exception.cpp
+++ b/src/svnqt/exception.cpp
@@ -121,7 +121,7 @@ namespace svn
{
message += TQString::FROMUTF8("In file ");
message += TQString::FROMUTF8(error->file);
- message += TQString(" Line %1").arg(error->line);
+ message += TQString(" Line %1").tqarg(error->line);
}
}
while (next != NULL && next->message != NULL)