diff options
author | Johannes Troscher <fritz_van_tom@hotmail.com> | 2011-08-11 13:17:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-08-11 13:17:28 +0200 |
commit | 13554fb69e7f1cc7cc08534b201f484930482636 (patch) | |
tree | c95715a118ee0925b7e13bcd48b03fefbc5d03f1 /src/mainwindow.h | |
parent | Update session file before last window is closed (diff) | |
download | rekonq-13554fb69e7f1cc7cc08534b201f484930482636.tar.xz |
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
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |