utils, qmljstools, vcsbase: s/\bm_d\b/d/g

Change-Id: I4678e9188b8f630aa3a3221be348984cdc7699dd
Reviewed-on: http://codereview.qt-project.org/4992
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-09-15 13:42:38 +02:00
committed by hjk
parent 4083880073
commit 28535f7571
22 changed files with 202 additions and 202 deletions

View File

@@ -71,7 +71,7 @@ public:
QRegExp filePattern() const;
private:
Internal::DiffHighlighterPrivate *m_d;
Internal::DiffHighlighterPrivate *d;
};
} // namespace VCSBase