From 13554fb69e7f1cc7cc08534b201f484930482636 Mon Sep 17 00:00:00 2001 From: Johannes Troscher Date: Thu, 11 Aug 2011 13:17:28 +0200 Subject: notify popup improvements Use a QLabel instead of a KPassivePopup (letting popups available also on inactive windows). Limits preview size to half of the browser screen size. Letting code easier to read :) REVIEW: 102105 REVIEWED-BY: adjam --- src/mainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 908ff776..a5a54f9d 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -50,9 +50,9 @@ class WebTab; class ZoomBar; class KActionMenu; -class KPassivePopup; class QWebFrame; +class QLabel; /** @@ -210,7 +210,7 @@ private: QString m_lastSearch; - KPassivePopup *m_popup; + QLabel *m_popup; QTimer *m_hidePopupTimer; KMenu *m_rekonqMenu; -- cgit v1.2.1