From 7c17b0ad2b74086a52aa6b66c1673335ce65bd5b Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 15 May 2014 14:52:56 +0200 Subject: [PATCH] Remove friend class QETWidget. The class no longer exists in Qt 5. Change-Id: Icd98c151f8e06910a3240d0bec6fff333a8ef3e3 Reviewed-by: Oswald Buddenhagen --- src/corelib/kernel/qcoreapplication.h | 1 - src/corelib/kernel/qcoreevent.h | 1 - src/widgets/kernel/qapplication.h | 1 - src/widgets/kernel/qwidget.h | 1 - src/widgets/kernel/qwidgetbackingstore_p.h | 1 - 5 files changed, 5 deletions(-) diff --git a/src/corelib/kernel/qcoreapplication.h b/src/corelib/kernel/qcoreapplication.h index d8c52fbf1d..195c8da43f 100644 --- a/src/corelib/kernel/qcoreapplication.h +++ b/src/corelib/kernel/qcoreapplication.h @@ -219,7 +219,6 @@ private: friend class QApplicationPrivate; friend class QGuiApplication; friend class QGuiApplicationPrivate; - friend class QETWidget; friend class QWidget; friend class QWidgetWindow; friend class QWidgetPrivate; diff --git a/src/corelib/kernel/qcoreevent.h b/src/corelib/kernel/qcoreevent.h index d5aed60972..a498afbb04 100644 --- a/src/corelib/kernel/qcoreevent.h +++ b/src/corelib/kernel/qcoreevent.h @@ -320,7 +320,6 @@ private: friend class QApplication; friend class QApplicationPrivate; friend class QShortcutMap; - friend class QETWidget; friend class QGraphicsView; friend class QGraphicsViewPrivate; friend class QGraphicsScene; diff --git a/src/widgets/kernel/qapplication.h b/src/widgets/kernel/qapplication.h index e72fe29bdb..08a450ab32 100644 --- a/src/widgets/kernel/qapplication.h +++ b/src/widgets/kernel/qapplication.h @@ -228,7 +228,6 @@ private: friend class QWidget; friend class QWidgetPrivate; friend class QWidgetWindow; - friend class QETWidget; friend class QTranslator; friend class QWidgetAnimator; #ifndef QT_NO_SHORTCUT diff --git a/src/widgets/kernel/qwidget.h b/src/widgets/kernel/qwidget.h index 159011b824..9c22ad7c3d 100644 --- a/src/widgets/kernel/qwidget.h +++ b/src/widgets/kernel/qwidget.h @@ -694,7 +694,6 @@ private: friend class QPixmap; // for QPixmap::fill() friend class QFontMetrics; friend class QFontInfo; - friend class QETWidget; friend class QLayout; friend class QWidgetItem; friend class QWidgetItemV2; diff --git a/src/widgets/kernel/qwidgetbackingstore_p.h b/src/widgets/kernel/qwidgetbackingstore_p.h index 473e9deef4..88404ce205 100644 --- a/src/widgets/kernel/qwidgetbackingstore_p.h +++ b/src/widgets/kernel/qwidgetbackingstore_p.h @@ -294,7 +294,6 @@ private: friend QRegion qt_dirtyRegion(QWidget *); friend class QWidgetPrivate; friend class QWidget; - friend class QETWidget; friend class QBackingStore; };