summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab/webtab.h')
-rw-r--r--src/webtab/webtab.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webtab/webtab.h b/src/webtab/webtab.h
index 39c23fb9..be7791c4 100644
--- a/src/webtab/webtab.h
+++ b/src/webtab/webtab.h
@@ -60,7 +60,8 @@ public:
WebView *view();
WebPage *page();
-
+ WebWindow *webWindow();
+
inline UrlBar *urlBar() const
{
return m_urlBar;
@@ -108,6 +109,8 @@ private Q_SLOTS:
void showSearchEngineBar();
+ void printFrame();
+
private:
KUrl extractOpensearchUrl(QWebElement e);