From 3607d40755d804d9dc9e755cabf17e12dc388e6a Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 11 Apr 2009 20:10:32 +0200 Subject: pedantic --- src/mainview.h | 2 ++ src/settings.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mainview.h b/src/mainview.h index 147096d9..6a5d5f80 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -97,6 +97,8 @@ public slots: /** * Core browser slot. This create a new tab with a WebView inside * for browsing. + * + * @return a pointer to the new WebView */ WebView *newWebView(); void loadUrlInCurrentTab(const KUrl &url); diff --git a/src/settings.h b/src/settings.h index 1232ed64..f1b6fa29 100644 --- a/src/settings.h +++ b/src/settings.h @@ -27,9 +27,9 @@ // Forward Declarations class QWidget; - class Private; + class SettingsDialog : public KConfigDialog { Q_OBJECT -- cgit v1.2.1