--- a/src/gui/widgets/qpushbutton_p.h Tue Jan 26 12:42:25 2010 +0200
+++ b/src/gui/widgets/qpushbutton_p.h Tue Feb 02 00:43:10 2010 +0200
@@ -68,6 +68,10 @@
defaultButton(false), flat(false), menuOpen(false), lastAutoDefault(false) {}
inline void init() { resetLayoutItemMargins(); }
+ static QPushButtonPrivate* get(QPushButton *b) { return b->d_func(); }
+#ifndef QT_NO_MENU
+ QPoint adjustedMenuPosition();
+#endif
void resetLayoutItemMargins();
void _q_popupPressed();
QDialog *dialogParent() const;