summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qcalendarwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/qcalendarwidget.h')
-rw-r--r--src/gui/widgets/qcalendarwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qcalendarwidget.h b/src/gui/widgets/qcalendarwidget.h
index edd1511..f567180 100644
--- a/src/gui/widgets/qcalendarwidget.h
+++ b/src/gui/widgets/qcalendarwidget.h
@@ -179,7 +179,7 @@ Q_SIGNALS:
void currentPageChanged(int year, int month);
private:
- Q_DECLARE_SCOPED_PRIVATE(QCalendarWidget)
+ Q_DECLARE_PRIVATE(QCalendarWidget)
Q_DISABLE_COPY(QCalendarWidget)
Q_PRIVATE_SLOT(d_func(), void _q_slotShowDate(const QDate &date))