diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:31:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:31:41 +0200 |
commit | 19eb738f838bf214c9178a4f02464056137b0fa5 (patch) | |
tree | d73539d97dfad3cdb1a3e3c8b0567630ff2cb943 /src/tabpreviewpopup.h | |
parent | rekonq 0.9.56 (diff) | |
download | rekonq-19eb738f838bf214c9178a4f02464056137b0fa5.tar.xz |
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Diffstat (limited to 'src/tabpreviewpopup.h')
-rw-r--r-- | src/tabpreviewpopup.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/tabpreviewpopup.h b/src/tabpreviewpopup.h index 01995a20..5c62102f 100644 --- a/src/tabpreviewpopup.h +++ b/src/tabpreviewpopup.h @@ -53,9 +53,6 @@ public: virtual ~TabPreviewPopup(); private: - QLabel *m_thumbnail; - QLabel *m_url; - void setWebTab(WebTab *tab = 0); void setUrl(const QString& text); void setThumbnail(const QPixmap& pixmap); @@ -63,6 +60,10 @@ private: protected: void paintEvent(QPaintEvent *event); + +private: + QLabel *m_thumbnail; + QLabel *m_url; }; #endif // TABPREVIEWPOPUP_H |