summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-07 21:17:14 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-07 21:17:14 +0200
commitb19f1410a9f0f0a0b6c9141fe399a98248eed594 (patch)
treefccb620dcf2bc834613334ac1561cf903196fa9d /src/mainwindow.h
parentpedantic (diff)
downloadrekonq-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.h2
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);