diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-07 21:17:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-07 21:17:14 +0200 |
commit | b19f1410a9f0f0a0b6c9141fe399a98248eed594 (patch) | |
tree | fccb620dcf2bc834613334ac1561cf903196fa9d /src/mainwindow.h | |
parent | pedantic (diff) | |
download | rekonq-b19f1410a9f0f0a0b6c9141fe399a98248eed594.tar.xz |
Fixed Webkit settings, removing tools actions (no use case in settings, for me)
Private Browsing & Web Inspector.
Fixed that actions in tools menu
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index dc01d990..c062e86b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -91,7 +91,7 @@ private slots: void slotFileOpen(); void slotFilePrintPreview(); void slotFilePrint(); - void slotPrivateBrowsing(); + void slotPrivateBrowsing(bool); void slotFileSaveAs(); void printRequested(QWebFrame *frame); |