From a85d343a39577cdf953d0759e356c59a77ae743f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 27 Sep 2011 14:48:51 +0200 Subject: Widgets: Remove QT3_SUPPPORT. Reviewed-by: Lars Knoll Change-Id: Ie884f0cc9b3970b01c3c0c26600b1bcd92548077 Reviewed-on: http://codereview.qt-project.org/5629 Reviewed-by: Friedemann Kleint Reviewed-by: Qt Sanity Bot Reviewed-by: Lars Knoll --- src/widgets/kernel/qwhatsthis.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/widgets/kernel/qwhatsthis.h') diff --git a/src/widgets/kernel/qwhatsthis.h b/src/widgets/kernel/qwhatsthis.h index b975b78e3e..9ef96e7197 100644 --- a/src/widgets/kernel/qwhatsthis.h +++ b/src/widgets/kernel/qwhatsthis.h @@ -54,9 +54,6 @@ QT_MODULE(Gui) #ifndef QT_NO_WHATSTHIS class QAction; -#ifdef QT3_SUPPORT -class QToolButton; -#endif class Q_WIDGETS_EXPORT QWhatsThis { @@ -72,11 +69,6 @@ public: static QAction *createAction(QObject *parent = 0); -#ifdef QT3_SUPPORT - static QT3_SUPPORT void add(QWidget *w, const QString &s); - static QT3_SUPPORT void remove(QWidget *); - static QT3_SUPPORT QToolButton *whatsThisButton(QWidget *parent); -#endif }; #endif // QT_NO_WHATSTHIS -- cgit v1.2.3