summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnqt/client_impl.hpp')
-rw-r--r--src/svnqt/client_impl.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/svnqt/client_impl.hpp b/src/svnqt/client_impl.hpp
index 25d5b62..361603b 100644
--- a/src/svnqt/client_impl.hpp
+++ b/src/svnqt/client_impl.hpp
@@ -96,7 +96,7 @@ namespace svn
* @param revision list specific revision when browsing remote, on working copies parameter will ignored
* @param detailed_remote if on remote listing detailed item info should get if possible
* that may slow so should configureable in frontends!
- * @return vector with tqStatus entries.
+ * @return vector with Status entries.
*/
virtual StatusEntries
status (const Path& path,
@@ -117,10 +117,10 @@ namespace svn
* @param path File to gather status.
* @param update if check against repository if new updates are there (for WC only)
* @param revision list specific revision when browsing remote, on working copies parameter will ignored
- * @return a tqStatus with Statis.isVersioned = FALSE
+ * @return a Status with Statis.isVersioned = FALSE
*/
virtual StatusPtr
- singletqStatus (const Path& path,bool update=false,const Revision revision = svn::Revision::HEAD) throw (ClientException);
+ singleStatus (const Path& path,bool update=false,const Revision revision = svn::Revision::HEAD) throw (ClientException);
/**
* Executes a revision checkout.