diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-11 20:10:32 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-11 20:10:32 +0200 |
commit | 3607d40755d804d9dc9e755cabf17e12dc388e6a (patch) | |
tree | 978a329ad498441e77048acb267112e0e9e191ec /src | |
parent | Merge branch 'NoMainViewEvents' (diff) | |
download | rekonq-3607d40755d804d9dc9e755cabf17e12dc388e6a.tar.xz |
pedantic
Diffstat (limited to 'src')
-rw-r--r-- | src/mainview.h | 2 | ||||
-rw-r--r-- | src/settings.h | 2 |
2 files changed, 3 insertions, 1 deletions
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 |