diff options
Diffstat (limited to 'src/tdesvn.cpp')
-rw-r--r-- | src/tdesvn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdesvn.cpp b/src/tdesvn.cpp index 597978c..8002350 100644 --- a/src/tdesvn.cpp +++ b/src/tdesvn.cpp @@ -201,7 +201,7 @@ void tdesvn::load(const KURL& url,bool addRescent) } } if (!ret) { - changeStatusbar(i18n("Could not open url %1").tqarg(url.prettyURL())); + changeStatusbar(i18n("Could not open url %1").arg(url.prettyURL())); if (rac) { rac->removeURL(url); } |