diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-19 15:59:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-19 15:59:10 +0200 |
commit | e5e8916773a45a6d4f35fcb5cf6dec594e6726c4 (patch) | |
tree | 463085cd530fe3c9e68e15c809ff6407609fa564 /src/previewimage.h | |
parent | Porting recently closed tabs to use HistoryItem. (diff) | |
download | rekonq-e5e8916773a45a6d4f35fcb5cf6dec594e6726c4.tar.xz |
Fixing thumbs position
Diffstat (limited to 'src/previewimage.h')
-rw-r--r-- | src/previewimage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/previewimage.h b/src/previewimage.h index 6bc27d8d..b8ef1f4c 100644 --- a/src/previewimage.h +++ b/src/previewimage.h @@ -39,6 +39,8 @@ #include <QImage> #include <QUrl> #include <QToolButton> +#include <QSize> + class PreviewImage : public QWidget { @@ -55,7 +57,7 @@ public slots: void removeMe(); void setUrlFromAction(); void refreshPreview(); - + protected: void contextMenuEvent(QContextMenuEvent *event); void mouseDoubleClickEvent(QMouseEvent *event); |