From 24363d6be965db3d93896e85d2d7dcbafcd42d4e Mon Sep 17 00:00:00 2001 From: megabigbug Date: Wed, 29 Jul 2009 11:50:08 +0200 Subject: Add WebShorcuts Settings in the configuration panel Remove Webshorcuts Settings item in menus Remove trailing spaces --- src/mainwindow.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index b3f88472..b50c5867 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -69,7 +69,7 @@ private: void setupHistoryMenu(); void setupBars(); void setupTools(); - + void setupSidePanel(); SidePanel *sidePanel(); @@ -131,11 +131,10 @@ private slots: // Settings Menu slots void slotShowMenubar(bool enable); void slotPreferences(); - void configureWebShortcuts(); - + // clear private data void clearPrivateData(); - + private: MainView *m_view; FindBar *m_findBar; -- cgit v1.2.1