summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-26 01:30:59 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-30 01:07:26 +0200
commit196470f75bba5cd86dba587f9f4f3a9905103e93 (patch)
tree7c3902c47d21d42e9b031889c7d31a9e23b8340e /src/mainwindow.h
parentTypo SIGNAL --> SLOT (diff)
downloadrekonq-196470f75bba5cd86dba587f9f4f3a9905103e93.tar.xz
First changes to bookmarks system
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index ded44790..fc0af47d 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -143,6 +143,8 @@ private slots:
void slotAboutToShowBackMenu();
void slotOpenActionUrl(QAction *action);
+ void showBookmarkToolBar(bool);
+
private:
MainView *m_view;
FindBar *m_findBar;