summaryrefslogtreecommitdiffstats
path: root/src/kdesvnview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdesvnview.cpp')
-rw-r--r--src/kdesvnview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdesvnview.cpp b/src/kdesvnview.cpp
index 4814b9a..87db570 100644
--- a/src/kdesvnview.cpp
+++ b/src/kdesvnview.cpp
@@ -361,7 +361,7 @@ void kdesvnView::slotLoaddump()
}
try {
StopDlg sdlg(TQT_TQOBJECT(this),this,0,"Load Dump",i18n("Loading a dump into a repository."));
- _rep.loaddump(ptr->dumpFile(),_act,ptr->tqparentPath(),ptr->usePre(),ptr->usePost());
+ _rep.loaddump(ptr->dumpFile(),_act,ptr->parentPath(),ptr->usePre(),ptr->usePost());
slotAppendLog(i18n("Loading dump finished."));
}catch (const svn::ClientException&e) {
slotAppendLog(e.msg());