summaryrefslogtreecommitdiffstats
path: root/src/svnqt/cache/DatabaseException.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/cache/DatabaseException.cpp')
-rw-r--r--src/svnqt/cache/DatabaseException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/cache/DatabaseException.cpp b/src/svnqt/cache/DatabaseException.cpp
index 199a5f9..880c041 100644
--- a/src/svnqt/cache/DatabaseException.cpp
+++ b/src/svnqt/cache/DatabaseException.cpp
@@ -7,6 +7,6 @@ svn::cache::DatabaseException::DatabaseException(const TQString&msg,int aNumber)
: Exception(msg),m_number(aNumber)
{
if (aNumber>-1) {
- setMessage(TQString("(Code %1) %2").arg(aNumber).arg(msg));
+ setMessage(TQString("(Code %1) %2").tqarg(aNumber).tqarg(msg));
}
}