diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-08-08 15:05:40 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:05 +0100 |
commit | 3464290338fb7aaf8057d229221abf96ce349929 (patch) | |
tree | 1071bcb1ab89b7f97d80b2d852313665c0ef158c /src/webwindow/webwindow.h | |
parent | Tools actions restored (diff) | |
download | rekonq-3464290338fb7aaf8057d229221abf96ce349929.tar.xz |
Restore rekonq settings
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r-- | src/webwindow/webwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h index ef8a502b..8d9afefc 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -115,6 +115,9 @@ private Q_SLOTS: void populateUserAgentMenu(); void setEditable(bool); + // Settings Menu slot + void preferences(); + Q_SIGNALS: void titleChanged(QString); |