diff options
Diffstat (limited to 'kwebapp/webview.h')
-rw-r--r-- | kwebapp/webview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kwebapp/webview.h b/kwebapp/webview.h index a53010ed..1d5aba66 100644 --- a/kwebapp/webview.h +++ b/kwebapp/webview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2011 by Andrea Diamantini <adjam7@gmail.com> * + * Copyright (C) 2011-2012 by Andrea Diamantini <adjam7@gmail.com> * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -36,7 +36,7 @@ class WebView : public KWebView Q_OBJECT public: - WebView(const QUrl &url, QWidget *parent = 0); + explicit WebView(const QUrl &url, QWidget *parent = 0); private Q_SLOTS: void setTitle(const QString &); |