summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-07 00:41:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-07 00:41:22 +0200
commit530fa0d6acad0587e24f29aa2147d1d9410aa396 (patch)
tree9cfc1be75c838107784309a64eeae1cfab89d78d /src/mainwindow.h
parentFinally (and hopefully) fixed Google search url. Sorry for committing spam :) (diff)
parentMerge branch 'master' of git@gitorious.org:~avaddon/rekonq/avaddon-clone.git (diff)
downloadrekonq-530fa0d6acad0587e24f29aa2147d1d9410aa396.tar.xz
Merge commit 'avaddon/master'
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 4e32e215..b276a544 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -127,7 +127,6 @@ private slots:
void slotFileOpen();
void slotFilePrintPreview();
void slotFilePrint();
- void slotPrivateBrowsing(bool);
void slotFileSaveAs();
void printRequested(QWebFrame *frame);
@@ -145,6 +144,7 @@ private slots:
// Tools Menu slots
void slotToggleInspector(bool enable);
+ void slotPrivateBrowsing(bool enable);
// Settings Menu slots
void slotShowMenubar(bool enable);