summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qpushbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/qpushbutton.h')
-rw-r--r--src/gui/widgets/qpushbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qpushbutton.h b/src/gui/widgets/qpushbutton.h
index 1b4cb95..2264cc3 100644
--- a/src/gui/widgets/qpushbutton.h
+++ b/src/gui/widgets/qpushbutton.h
@@ -111,7 +111,7 @@ public:
private:
Q_DISABLE_COPY(QPushButton)
- Q_DECLARE_SCOPED_PRIVATE(QPushButton)
+ Q_DECLARE_PRIVATE(QPushButton)
#ifndef QT_NO_MENU
Q_PRIVATE_SLOT(d_func(), void _q_popupPressed())
#endif