From 2a02ac7d02790c69a63ee79e2fac4e94b9165531 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 21 Nov 2009 22:50:22 +0000 Subject: Let KMetaDataWidget and all the child widgets respect the foreground role that might be set by the client. This allows KMetaDataWidget to get embedded inside a tooltip having correct tooltip colors. svn path=/trunk/KDE/kdebase/apps/; revision=1052509 --- src/panels/information/kcommentwidget_p.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/panels/information/kcommentwidget_p.h') diff --git a/src/panels/information/kcommentwidget_p.h b/src/panels/information/kcommentwidget_p.h index cd895223f..b40fa71bc 100644 --- a/src/panels/information/kcommentwidget_p.h +++ b/src/panels/information/kcommentwidget_p.h @@ -50,6 +50,9 @@ public: signals: void commentChanged(const QString& comment); +protected: + virtual bool event(QEvent* event); + private slots: void slotLinkActivated(const QString& link); -- cgit v1.3