diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-01-02 11:08:44 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-01-02 11:08:44 +0100 |
commit | 2d812b51baee6003f87cd307df3e684e1c9ff3c5 (patch) | |
tree | e23947320045e024888a80118b2c4a8bcb33d426 /src/tabwindow | |
parent | Fix qt website (diff) | |
download | rekonq-2d812b51baee6003f87cd307df3e684e1c9ff3c5.tar.xz |
Krazy fixes, third shot
Diffstat (limited to 'src/tabwindow')
-rw-r--r-- | src/tabwindow/tabwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabwindow/tabwindow.h b/src/tabwindow/tabwindow.h index 3c7d9c8b..018ad0e7 100644 --- a/src/tabwindow/tabwindow.h +++ b/src/tabwindow/tabwindow.h @@ -61,7 +61,7 @@ class TabWindow : public RekonqWindow public: explicit TabWindow(bool withTab = true, bool PrivateBrowsingMode = false, QWidget *parent = 0); - TabWindow(WebPage *pg, QWidget *parent = 0); + explicit TabWindow(WebPage *pg, QWidget *parent = 0); WebWindow* currentWebWindow() const; WebWindow* webWindow(int index) const; |