summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qheaderview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/itemviews/qheaderview.h')
-rw-r--r--src/gui/itemviews/qheaderview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemviews/qheaderview.h b/src/gui/itemviews/qheaderview.h
index 0690fa0..3a66c9a 100644
--- a/src/gui/itemviews/qheaderview.h
+++ b/src/gui/itemviews/qheaderview.h
@@ -228,7 +228,7 @@ protected:
private:
Q_PRIVATE_SLOT(d_func(), void _q_sectionsRemoved(const QModelIndex &parent, int logicalFirst, int logicalLast))
Q_PRIVATE_SLOT(d_func(), void _q_layoutAboutToBeChanged())
- Q_DECLARE_SCOPED_PRIVATE(QHeaderView)
+ Q_DECLARE_PRIVATE(QHeaderView)
Q_DISABLE_COPY(QHeaderView)
};