summaryrefslogtreecommitdiffstats
path: root/src/svnqt/path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/path.cpp')
-rw-r--r--src/svnqt/path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/path.cpp b/src/svnqt/path.cpp
index 4281de7..4e0b14d 100644
--- a/src/svnqt/path.cpp
+++ b/src/svnqt/path.cpp
@@ -213,7 +213,7 @@ namespace svn
if (pos == -1)
{
filename = basename;
- ext = TQString::tqfromLatin1("");
+ ext = TQString::fromLatin1("");
}
else
{