┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-08-13 20:48:58 +0000
committerPeter Penz <[email protected]>2009-08-13 20:48:58 +0000
commitd84909dc36acbd91c37de76e793f81dca9b2ace9 (patch)
treefc4b3e4bd70e2f0cfa9b1f0f77fb2ae9b1c47f05 /src/dolphinview.h
parent54093338c413b578cff2377503940dbc2ab0238e (diff)
* 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
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h8
1 files changed, 4 insertions, 4 deletions
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<QAction*> revisionControlActions(const KFileItemList& items) const;
+ QList<QAction*> 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;