summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-13 03:14:55 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-13 03:14:55 +0200
commit09567d9fbf6e034319bbdf7820f4bceac42cee12 (patch)
tree94352260f033ed1c1dd24230a0a30b071e8b3ada /src/mainwindow.h
parentnotification system made default and no more "unsettable" (diff)
downloadrekonq-09567d9fbf6e034319bbdf7820f4bceac42cee12.tar.xz
Modified rekonq behaviour:
HomePage has 2 choices: usual home page vs new tab page new tab has 3: new tabp page, home page, blank page
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index c3976109..8a87022c 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -80,6 +80,7 @@ private:
public slots:
void slotUpdateBrowser();
+ void slotHome();
/**
* Notifies a message in a popup
@@ -103,7 +104,7 @@ private slots:
void slotBrowserLoading(bool);
void slotUpdateActions();
void slotUpdateWindowTitle(const QString &title = QString());
-
+
// history related
void slotOpenPrevious();
void slotOpenNext();