summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-06 12:13:24 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-06 12:13:24 +0200
commit9ba9935940ea5ccdaf5cf7d3f235127faa8fdb1c (patch)
treed1bb839fdc2a672eae730190eaeda0b9ac254863 /src/mainwindow.h
parentI confused mouse cursor with the key one :) (diff)
parentUseless import (diff)
downloadrekonq-9ba9935940ea5ccdaf5cf7d3f235127faa8fdb1c.tar.xz
Merge commit 'refs/merge-requests/2241' of git://gitorious.org/rekonq/mainline into m2241
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 4ccd7bf3..d1509066 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -87,7 +87,7 @@ private:
void setupPanels();
public slots:
- void homePage(Qt::MouseButtons = Qt::LeftButton);
+ void homePage(Qt::MouseButtons = Qt::LeftButton, Qt::KeyboardModifiers = Qt::NoModifier);
/**
* Notifies a message in a popup
@@ -122,8 +122,8 @@ private slots:
void updateWindowTitle(const QString &title = QString());
// history related
- void openPrevious(Qt::MouseButtons = Qt::LeftButton);
- void openNext(Qt::MouseButtons = Qt::LeftButton);
+ void openPrevious(Qt::MouseButtons = Qt::LeftButton, Qt::KeyboardModifiers = Qt::NoModifier);
+ void openNext(Qt::MouseButtons = Qt::LeftButton, Qt::KeyboardModifiers = Qt::NoModifier);
// Find Action slots
void find(const QString &);