summaryrefslogtreecommitdiff
path: root/kwebapp/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-19 09:32:07 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-19 09:32:07 +0100
commit9b0dc8d98fb232cabb683d5681dc0252b9532c32 (patch)
treef2d9421f8bb6cc8a60f7f8db718b89cca2061a10 /kwebapp/webview.h
parentMoved access keys activation to release key event (diff)
downloadrekonq-9b0dc8d98fb232cabb683d5681dc0252b9532c32.tar.xz
Krazy fixes
- QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
Diffstat (limited to 'kwebapp/webview.h')
-rw-r--r--kwebapp/webview.h4
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 &);