From 4be907152dfb5461311d9db1d63120c28a0bad0a Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: 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 --- src/svnqt/client_modify.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/svnqt/client_modify.cpp') diff --git a/src/svnqt/client_modify.cpp b/src/svnqt/client_modify.cpp index c3b7c19..cd250ee 100644 --- a/src/svnqt/client_modify.cpp +++ b/src/svnqt/client_modify.cpp @@ -169,7 +169,7 @@ namespace svn void Client_impl::add (const Path & path, - svn::Depth depth,bool force, bool no_ignore, bool add_tqparents) throw (ClientException) + svn::Depth depth,bool force, bool no_ignore, bool add_parents) throw (ClientException) { Pool pool; #if ((SVN_VER_MAJOR == 1) && (SVN_VER_MINOR >= 5)) || (SVN_VER_MAJOR > 1) @@ -178,11 +178,11 @@ namespace svn internal::DepthToSvn(depth), force, no_ignore, - add_tqparents, + add_parents, *m_context, pool); #else - Q_UNUSED(add_tqparents); + Q_UNUSED(add_parents); svn_error_t * error = svn_client_add3 (path.cstr (), depth==DepthInfinity, -- cgit v1.2.3