summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2011-10-22 13:00:14 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-22 15:02:17 +0200
commite19292120b33f55a10f233bdaab7030f4299db66 (patch)
tree5382bdf57dffcfc370f988914ce6488f973734d7 /src/gui/kernel
parent53674983e0f2c45e9bdf3eb07edf9a3823644ac3 (diff)
Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...
Shows that there should be an automated build with QT_DISABLE_DEPRECATED_BEFORE set to 0, too... Change-Id: If154786ea26bcbfab41efcd7001c222cc258a8af Reviewed-by: Olivier Goffart <ogoffart@kde.org>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h
index ae16776c57..de888832bf 100644
--- a/src/gui/kernel/qevent.h
+++ b/src/gui/kernel/qevent.h
@@ -111,7 +111,7 @@ public:
inline Qt::MouseButtons buttons() const { return mouseState; }
#if QT_DEPRECATED_SINCE(5, 0)
- Q_DEPRECATED inline QPointF posF() const { return l; }
+ QT_DEPRECATED inline QPointF posF() const { return l; }
#endif
protected: