summaryrefslogtreecommitdiff
path: root/src/webtab.h
diff options
context:
space:
mode:
authorDavid E. Narváez <david.narvaez@computer.org>2012-04-17 01:58:25 -0500
committerDavid E. Narváez <david.narvaez@computer.org>2012-04-17 01:58:25 -0500
commit14f5f78b2c59d40207ff0e988200ef0180bd1081 (patch)
tree86e8487062d1826ceb053614751668d1fbaabea8 /src/webtab.h
parentReally fix Upper case urls management (diff)
downloadrekonq-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.h2
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);