From d84909dc36acbd91c37de76e793f81dca9b2ace9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 13 Aug 2009 20:48:58 +0000 Subject: * Use the term "version control" instead of "revision control" to be consistent with the naming in kdevplatform. * Renamed VersionControlPlugin to KVersionControlPlugin so that the interface can be moved out of Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=1011058 --- src/dolphinview.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 0aa3c4b74..58924697e 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -54,8 +54,8 @@ class KAction; class KActionCollection; class KDirLister; class KUrl; -class RevisionControlObserver; class ToolTipManager; +class VersionControlObserver; class ViewProperties; /** @@ -324,10 +324,10 @@ public: QString statusBarText() const; /** - * Returns the revision control actions that are provided for the items \p items. + * Returns the version control actions that are provided for the items \p items. * Usually the actions are presented in the context menu. */ - QList revisionControlActions(const KFileItemList& items) const; + QList versionControlActions(const KFileItemList& items) const; /** * Updates the state of the 'Additional Information' actions in \a collection. @@ -814,7 +814,7 @@ private: KFilePreviewGenerator* m_previewGenerator; ToolTipManager* m_toolTipManager; - RevisionControlObserver* m_revisionControlObserver; + VersionControlObserver* m_versionControlObserver; KUrl m_rootUrl; KUrl m_activeItemUrl; -- cgit v1.3