summaryrefslogtreecommitdiffstats
path: root/src/svnqt/repository.hpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit4be907152dfb5461311d9db1d63120c28a0bad0a (patch)
tree6ee40d7c10190ef860a9be24d2938bef888bb262 /src/svnqt/repository.hpp
parent421a6fdcbe08c6297214e7397ab98e535148686f (diff)
downloadtdesvn-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/svnqt/repository.hpp')
-rw-r--r--src/svnqt/repository.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnqt/repository.hpp b/src/svnqt/repository.hpp
index ff8e730..7f79f52 100644
--- a/src/svnqt/repository.hpp
+++ b/src/svnqt/repository.hpp
@@ -93,12 +93,12 @@ public:
The repository must opened before. Progress message go trough the assigned svn::repository::RepositoryListener object.
\param dump Dumpfile to load
\param uuida what to do with UUIDs
- \param tqparentFolder put content of dumpstream within folder in repository, if empty put into root-folder.
+ \param parentFolder put content of dumpstream within folder in repository, if empty put into root-folder.
\param usePre use pre-commit-hook
\param usePost use post-commit-hook
\exception ClientException will be thrown in case of an error
*/
- void loaddump(const TQString&dump,LOAD_UUID uuida, const TQString&tqparentFolder, bool usePre, bool usePost)throw (ClientException);
+ void loaddump(const TQString&dump,LOAD_UUID uuida, const TQString&parentFolder, bool usePre, bool usePost)throw (ClientException);
//! copy a repository to a new location
/*!
\param src the repository path to copy