diff options
Diffstat (limited to 'src/svnqt/repository.hpp')
-rw-r--r-- | src/svnqt/repository.hpp | 4 |
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 |