diff options
author | Johanner Troscher <fritz_van_tom@hotmail.com> | 2011-09-08 05:55:53 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-09-08 05:55:53 +0200 |
commit | 98c5331a3322479f0da0c87504fc79e276317e63 (patch) | |
tree | cd1d46176f5ce39954ab84a01222be6ac44664dd /src/tabpreviewpopup.h | |
parent | Change webTab Variable Name to tabToStop (diff) | |
download | rekonq-98c5331a3322479f0da0c87504fc79e276317e63.tar.xz |
Use tooltip style in tabpreview
REVIEW: 102534
REVIEWED-BY: adjam
Diffstat (limited to 'src/tabpreviewpopup.h')
-rw-r--r-- | src/tabpreviewpopup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tabpreviewpopup.h b/src/tabpreviewpopup.h index e70372c3..1521bae2 100644 --- a/src/tabpreviewpopup.h +++ b/src/tabpreviewpopup.h @@ -57,6 +57,9 @@ private: void setUrl(const QString& text); void setThumbnail(const QPixmap& pixmap); void setFixedSize(int w, int h); + +protected: + void paintEvent(QPaintEvent *event); }; #endif // TABPREVIEWPOPUP_H |