summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-08-01 10:46:15 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:04 +0100
commit76af6dc385cb275da7af92933ec14c0177b229d6 (patch)
tree95658c2e0019f082a4aad695d2d14a9edfe49ba9 /src/webtab/webtab.h
parentCopy webtab related files from rekonq repo (diff)
downloadrekonq-76af6dc385cb275da7af92933ec14c0177b229d6.tar.xz
Let WebView compile and work
WARNING: Not everything compiles yet...
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);