summaryrefslogtreecommitdiff
path: root/src/webwindow
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-12-28 16:50:41 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-28 16:50:41 +0100
commitfaa7f72c417b4ccd9b794b32b988312186d62e59 (patch)
tree19a4db56f1526e073ce87a0c05a0923d5a6e442f /src/webwindow
parentSVN_SILENT made messages (.desktop file) (diff)
downloadrekonq-faa7f72c417b4ccd9b794b32b988312186d62e59.tar.xz
Krazy Fixes, first shot
Diffstat (limited to 'src/webwindow')
-rw-r--r--src/webwindow/findbar.h2
-rw-r--r--src/webwindow/rekonqmenu.h2
-rw-r--r--src/webwindow/webwindow.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/webwindow/findbar.h b/src/webwindow/findbar.h
index 2371490d..ecf97d3c 100644
--- a/src/webwindow/findbar.h
+++ b/src/webwindow/findbar.h
@@ -47,7 +47,7 @@ class REKONQ_TESTS_EXPORT FindBar : public QWidget
Q_OBJECT
public:
- FindBar(QWidget *parent);
+ explicit FindBar(QWidget *parent);
bool matchCase() const;
void notifyMatch(bool match);
diff --git a/src/webwindow/rekonqmenu.h b/src/webwindow/rekonqmenu.h
index a9422dcf..d8621f3a 100644
--- a/src/webwindow/rekonqmenu.h
+++ b/src/webwindow/rekonqmenu.h
@@ -50,7 +50,7 @@ class REKONQ_TESTS_EXPORT RekonqMenu : public KMenu
Q_OBJECT
public:
- RekonqMenu(QWidget *parent);
+ explicit RekonqMenu(QWidget *parent);
protected:
virtual void showEvent(QShowEvent* event);
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h
index 55c8b1d7..a8c2f236 100644
--- a/src/webwindow/webwindow.h
+++ b/src/webwindow/webwindow.h
@@ -62,7 +62,7 @@ class WebWindow : public QWidget
Q_OBJECT
public:
- WebWindow(QWidget *parent = 0, bool isPrivateBrowsing = false, WebPage *pg = 0);
+ explicit WebWindow(QWidget *parent = 0, bool isPrivateBrowsing = false, WebPage *pg = 0);
~WebWindow();
void load(const QUrl &);