diff options
author | David E. Narváez <david.narvaez@computer.org> | 2012-04-17 01:58:25 -0500 |
---|---|---|
committer | David E. Narváez <david.narvaez@computer.org> | 2012-04-17 01:58:25 -0500 |
commit | 14f5f78b2c59d40207ff0e988200ef0180bd1081 (patch) | |
tree | 86e8487062d1826ceb053614751668d1fbaabea8 /src/webtab.h | |
parent | Really fix Upper case urls management (diff) | |
download | rekonq-14f5f78b2c59d40207ff0e988200ef0180bd1081.tar.xz |
Remove tabbar.h and mainwindow.h Dependencies from webtab.cpp
Fixes previous attempt to move tab preview to WebTab class.
REVIEW: 104517
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab.h b/src/webtab.h index c318da10..e9805846 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -92,7 +92,7 @@ public: bool hasAdBlockedElements(); - QPixmap tabPreview(); + QPixmap tabPreview(int width, int height); private Q_SLOTS: void updateProgress(int progress); |