summaryrefslogtreecommitdiffstats
path: root/src/svnqt/client_impl.hpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:15:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:15:16 -0600
commitd6609da6b8c963fc19b622ab37f38e65df4e0a29 (patch)
tree66b2ac7b12897c16ac5226da82c451c04994f9cd /src/svnqt/client_impl.hpp
parent548395e018d377eaa8fede0fba271da8b6c49fc9 (diff)
downloadtdesvn-d6609da6b8c963fc19b622ab37f38e65df4e0a29.tar.gz
tdesvn-d6609da6b8c963fc19b622ab37f38e65df4e0a29.zip
Rename old tq methods that no longer need a unique name
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.