diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | 4be907152dfb5461311d9db1d63120c28a0bad0a (patch) | |
tree | 6ee40d7c10190ef860a9be24d2938bef888bb262 /src/kdesvnview.cpp | |
parent | 421a6fdcbe08c6297214e7397ab98e535148686f (diff) | |
download | tdesvn-4be907152dfb5461311d9db1d63120c28a0bad0a.tar.gz tdesvn-4be907152dfb5461311d9db1d63120c28a0bad0a.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdesvn@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kdesvnview.cpp')
-rw-r--r-- | src/kdesvnview.cpp | 2 |
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()); |