diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 22:58:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 23:34:32 +0200 |
commit | 807e20570cbfef6e258313565598905564f1bb86 (patch) | |
tree | 695b3c940bce02305224e5781a7c48b5a6fdab94 /src/settings/privacywidget.h | |
parent | Runtime Nepomuk tagging check (diff) | |
download | rekonq-807e20570cbfef6e258313565598905564f1bb86.tar.xz |
Kitchen sink clean up
- astyle
- copyrights
- (some) includes
Diffstat (limited to 'src/settings/privacywidget.h')
-rw-r--r-- | src/settings/privacywidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/privacywidget.h b/src/settings/privacywidget.h index 8d90260e..229cb7df 100644 --- a/src/settings/privacywidget.h +++ b/src/settings/privacywidget.h @@ -52,10 +52,10 @@ public: Q_SIGNALS: void changed(bool); - + private Q_SLOTS: void hasChanged(); - + void launchCacheSettings(); void launchCookieSettings(); void showPassExceptions(); |