summaryrefslogtreecommitdiff
path: root/src/webtab/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-06-12 11:20:15 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-06-12 11:23:09 +0200
commitfc7ab5e835bb67cde8926de0f5f38fe7a9ace60d (patch)
tree85384aa6ff76434590f5a7a27c1a509f43059a38 /src/webtab/webpage.h
parentremove superfluous sentence (diff)
downloadrekonq-fc7ab5e835bb67cde8926de0f5f38fe7a9ace60d.tar.xz
Let private popus open in private mode
BUG: 320218
Diffstat (limited to 'src/webtab/webpage.h')
-rw-r--r--src/webtab/webpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab/webpage.h b/src/webtab/webpage.h
index c9bd4c69..a141d38c 100644
--- a/src/webtab/webpage.h
+++ b/src/webtab/webpage.h
@@ -49,7 +49,7 @@ class REKONQ_TESTS_EXPORT WebPage : public KWebPage
Q_OBJECT
public:
- explicit WebPage(QWidget *parent = 0, bool isPrivateBrowsing = false);
+ explicit WebPage(bool isPrivateBrowsing = false, QWidget *parent = 0);
~WebPage();
void setWindow(QWidget *);