aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/ipaddresslineedit.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2011-09-07 14:26:11 +0200
committerhjk <[email protected]>2011-09-08 17:42:14 +0200
commitbfd9fcbb3ccef3c38b02ee60d949c69bab124090 (patch)
treedbc132c725fac2d743c313dac077303a7e74d20c /src/libs/utils/ipaddresslineedit.h
parent66ab323eb3101b94817b841a906a0222ce7aee1a (diff)
all: some m_d -> d style
Change-Id: Iac1f12980bf47666007817cfb2c64a6d1e9b780e Reviewed-on: http://codereview.qt-project.org/4477 Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/libs/utils/ipaddresslineedit.h')
-rw-r--r--src/libs/utils/ipaddresslineedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/ipaddresslineedit.h b/src/libs/utils/ipaddresslineedit.h
index a34e5d99469..37b44b04d8e 100644
--- a/src/libs/utils/ipaddresslineedit.h
+++ b/src/libs/utils/ipaddresslineedit.h
@@ -57,7 +57,7 @@ protected:
virtual void slotChanged(const QString &t);
private:
- IpAddressLineEditPrivate *m_d;
+ IpAddressLineEditPrivate *d;
};
} // namespace Utils