┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/urlnavigator.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-02-17 18:47:19 +0000
committerPeter Penz <[email protected]>2007-02-17 18:47:19 +0000
commit383aab8c137410653a7ab0aabc529db575ea0730 (patch)
treebb9f0abdf516775eb4a2862f74f879279b09932d /src/urlnavigator.h
parent4bf793794fd3842b857acde4af5db83be3a1f15d (diff)
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
Diffstat (limited to 'src/urlnavigator.h')
-rw-r--r--src/urlnavigator.h7
1 files changed, 4 insertions, 3 deletions
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<UrlNavigatorButton*> m_navButtons;
+ QWidget* m_filler;
//UrlStack m_urls;
};