summaryrefslogtreecommitdiffstats
path: root/src/svnqt/exception.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:41:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:41:07 -0600
commitdc141e9d18c39ec57f42d6c5df1a67a365c407f8 (patch)
tree8873df3c617e477881aa453385c81362b8531d7f /src/svnqt/exception.cpp
parentd6609da6b8c963fc19b622ab37f38e65df4e0a29 (diff)
downloadtdesvn-dc141e9d18c39ec57f42d6c5df1a67a365c407f8.tar.gz
tdesvn-dc141e9d18c39ec57f42d6c5df1a67a365c407f8.zip
Remove additional unneeded tq method conversions
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 bc25345..1824572 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").tqarg(error->line);
+ message += TQString(" Line %1").arg(error->line);
}
}
while (next != NULL && next->message != NULL)