diff options
| author | Peter Penz <[email protected]> | 2009-08-13 20:48:58 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-08-13 20:48:58 +0000 |
| commit | d84909dc36acbd91c37de76e793f81dca9b2ace9 (patch) | |
| tree | fc4b3e4bd70e2f0cfa9b1f0f77fb2ae9b1c47f05 /src/dolphinfileitemdelegate.h | |
| parent | 54093338c413b578cff2377503940dbc2ab0238e (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/dolphinfileitemdelegate.h')
| -rw-r--r-- | src/dolphinfileitemdelegate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinfileitemdelegate.h b/src/dolphinfileitemdelegate.h index bd6bfdf07..287136862 100644 --- a/src/dolphinfileitemdelegate.h +++ b/src/dolphinfileitemdelegate.h @@ -66,12 +66,12 @@ private: const DolphinModel* dolphinModel, const QModelIndex& index); - QPixmap emblemForState(RevisionControlPlugin::RevisionState state, const QSize& size) const; + QPixmap emblemForState(KVersionControlPlugin::VersionState state, const QSize& size) const; private: bool m_hasMinimizedNameColumn; mutable QSize m_cachedSize; - mutable QPixmap m_cachedEmblems[RevisionControlPlugin::ConflictingRevision + 1]; + mutable QPixmap m_cachedEmblems[KVersionControlPlugin::ConflictingVersion + 1]; }; inline void DolphinFileItemDelegate::setMinimizedNameColumn(bool minimized) |
