summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-04 11:17:12 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-04 11:17:12 +0200
commitfa45fb2d3811f52040a39281ed3ad864c05cc8b9 (patch)
treef258be0faafe613b6270623edcbaddf026df5185 /src/webview.h
parentFixing opening window resizing and removing menubar & toolbar. (diff)
downloadrekonq-fa45fb2d3811f52040a39281ed3ad864c05cc8b9.tar.xz
new (and simpler) createWindow implementation..
this solves (A-LA rekonq) also kde-apps preview screenshots
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h
index 11f04571..1d07beac 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -75,7 +75,6 @@ private:
// set the webview mousepressedevent
Qt::KeyboardModifiers m_keyboardModifiers;
Qt::MouseButtons m_pressedButtons;
- bool m_openInNewTab;
KUrl m_loadingUrl;
};