diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-18 23:54:43 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-18 23:54:43 +0200 |
commit | fc755c02489f5c52319f5b48d59b753a6c9666b8 (patch) | |
tree | b2372354a8ff02821402214c89e3d7122c737b73 /src/tabpreviewpopup.h | |
parent | rekonq 0.7.57 (diff) | |
download | rekonq-fc755c02489f5c52319f5b48d59b753a6c9666b8.tar.xz |
Pedantic compile fixes
PS: Andrè, thanks for the notice...
CCMAIL: Woebbeking@kde.org
Diffstat (limited to 'src/tabpreviewpopup.h')
-rw-r--r-- | src/tabpreviewpopup.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tabpreviewpopup.h b/src/tabpreviewpopup.h index 7a6f81e4..e70372c3 100644 --- a/src/tabpreviewpopup.h +++ b/src/tabpreviewpopup.h @@ -49,7 +49,6 @@ public: explicit TabPreviewPopup(WebTab *tab, QWidget *parent = 0); virtual ~TabPreviewPopup(); - private: QLabel *m_thumbnail; QLabel *m_url; @@ -58,9 +57,6 @@ private: void setUrl(const QString& text); void setThumbnail(const QPixmap& pixmap); void setFixedSize(int w, int h); - static const int borderRadius = 5; - static const int borderSpacing = 2; - static const double transparency = 0.90; }; #endif // TABPREVIEWPOPUP_H |