diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:18:45 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:18:45 +0200 |
commit | 1cb0ff22c8d9f29bb3a0aee2b1b673efb1d556d6 (patch) | |
tree | c08b50a6c7512fc42a4dd913be44badd9ff03202 /src/mainwindow.h | |
parent | Some "stupid" toolbars fixes (diff) | |
parent | Modified rekonq behaviour: (diff) | |
download | rekonq-1cb0ff22c8d9f29bb3a0aee2b1b673efb1d556d6.tar.xz |
Merge branch 'HomePage'
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 5a705e27..b2c41b49 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -79,8 +79,8 @@ private: SidePanel *sidePanel(); public slots: - void slotHome(); void slotUpdateBrowser(); + void slotHome(); /** * Notifies a message in a popup @@ -104,7 +104,7 @@ private slots: void slotBrowserLoading(bool); void slotUpdateActions(); void slotUpdateWindowTitle(const QString &title = QString()); - + // history related void slotOpenPrevious(); void slotOpenNext(); @@ -152,7 +152,6 @@ private: KToolBar *m_bmBar; QString m_lastSearch; - QString m_homePage; QPointer<KPassivePopup> m_popup; |