summaryrefslogtreecommitdiff
path: root/src/tabpreviewpopup.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-07-18 23:54:43 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-07-18 23:54:43 +0200
commitfc755c02489f5c52319f5b48d59b753a6c9666b8 (patch)
treeb2372354a8ff02821402214c89e3d7122c737b73 /src/tabpreviewpopup.h
parentrekonq 0.7.57 (diff)
downloadrekonq-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.h4
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