aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce/perforcesubmiteditor.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-01-07 12:31:48 +0100
committerhjk <qthjk@ovi.com>2012-01-09 10:55:41 +0100
commit6681d3edee493cb678539607fccd158742b968cc (patch)
treeec5def36746f267bc43d1dcbfeab0627e165f8db /src/plugins/perforce/perforcesubmiteditor.h
parent641716bee3d91663de5d660c22fd27ffafaeeaa0 (diff)
vcs: s/VCS/Vcs/
According to style guide. Change-Id: I05c1d4f50ddbf2876ab7e0835f4abec95fd573b2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Diffstat (limited to 'src/plugins/perforce/perforcesubmiteditor.h')
-rw-r--r--src/plugins/perforce/perforcesubmiteditor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/perforce/perforcesubmiteditor.h b/src/plugins/perforce/perforcesubmiteditor.h
index 40d46eb306..4238c4e08f 100644
--- a/src/plugins/perforce/perforcesubmiteditor.h
+++ b/src/plugins/perforce/perforcesubmiteditor.h
@@ -38,7 +38,7 @@
#include <QtCore/QStringList>
#include <QtCore/QMap>
-namespace VCSBase {
+namespace VcsBase {
class SubmitFileModel;
}
@@ -55,12 +55,12 @@ class PerforcePlugin;
* As a p4 submit starts with all opened files, there is API to restrict
* the file list to current project files in question
* (restrictToProjectFiles()). */
-class PerforceSubmitEditor : public VCSBase::VCSBaseSubmitEditor
+class PerforceSubmitEditor : public VcsBase::VcsBaseSubmitEditor
{
Q_OBJECT
public:
- explicit PerforceSubmitEditor(const VCSBase::VCSBaseSubmitEditorParameters *parameters, QWidget *parent);
+ explicit PerforceSubmitEditor(const VcsBase::VcsBaseSubmitEditorParameters *parameters, QWidget *parent);
/* The p4 submit starts with all opened files. Restrict
* it to the current project files in question. */
@@ -79,7 +79,7 @@ private:
void updateEntries();
QMap<QString, QString> m_entries;
- VCSBase::SubmitFileModel *m_fileModel;
+ VcsBase::SubmitFileModel *m_fileModel;
};
} // namespace Internal