summaryrefslogtreecommitdiff
path: root/src/tabpreviewpopup.h
diff options
context:
space:
mode:
authorJohanner Troscher <fritz_van_tom@hotmail.com>2011-09-08 05:55:53 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-09-08 05:55:53 +0200
commit98c5331a3322479f0da0c87504fc79e276317e63 (patch)
treecd1d46176f5ce39954ab84a01222be6ac44664dd /src/tabpreviewpopup.h
parentChange webTab Variable Name to tabToStop (diff)
downloadrekonq-98c5331a3322479f0da0c87504fc79e276317e63.tar.xz
Use tooltip style in tabpreview
REVIEW: 102534 REVIEWED-BY: adjam
Diffstat (limited to 'src/tabpreviewpopup.h')
-rw-r--r--src/tabpreviewpopup.h3
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