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/dialogs/qcolordialog.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/widgets/dialogs/qcolordialog.h') diff --git a/src/widgets/dialogs/qcolordialog.h b/src/widgets/dialogs/qcolordialog.h index 2eb4658634..86b0b5e96a 100644 --- a/src/widgets/dialogs/qcolordialog.h +++ b/src/widgets/dialogs/qcolordialog.h @@ -109,12 +109,6 @@ public: static void setCustomColor(int index, QRgb color); static void setStandardColor(int index, QRgb color); -#ifdef QT3_SUPPORT - static QColor getColor(const QColor &init, QWidget *parent, const char *name) - { Q_UNUSED(name); return getColor(init, parent); } - static QRgb getRgba(QRgb rgba, bool *ok, QWidget *parent, const char *name) - { Q_UNUSED(name); return getRgba(rgba, ok, parent); } -#endif Q_SIGNALS: void currentColorChanged(const QColor &color); -- cgit v1.2.3