From 383aab8c137410653a7ab0aabc529db575ea0730 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 17 Feb 2007 18:47:19 +0000 Subject: Hide the filler widget when showing the traditional view. Fixed issue when toggling between breadcrumb and traditional view. svn path=/trunk/KDE/kdebase/apps/; revision=634598 --- src/urlnavigator.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/urlnavigator.h') diff --git a/src/urlnavigator.h b/src/urlnavigator.h index 6a3d7d579..4b571b98d 100644 --- a/src/urlnavigator.h +++ b/src/urlnavigator.h @@ -243,11 +243,11 @@ private slots: void slotRedirection(const KUrl&, const KUrl&); /** - * Switches the navigation bar between the editable and noneditable - * state (see setUrlEditable()) and is connected to the clicked signal + * Switches the navigation bar between the breadcrumb view and the + * traditional view (see setUrlEditable()) and is connected to the clicked signal * of the navigation bar button. */ - void slotClicked(); + void switchView(); private: /** @@ -301,6 +301,7 @@ private: QLabel* m_protocolSeparator; QLineEdit* m_host; QLinkedList m_navButtons; + QWidget* m_filler; //UrlStack m_urls; }; -- cgit v1.3