From e4dbe5626b092a884cfda0e99f0f0b4ba5cbc2ef Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 17 Feb 2007 19:24:48 +0000 Subject: Some minor polishing: use a grid for the icons view, give the toggle button of the URL navigator an icon svn path=/trunk/KDE/kdebase/apps/; revision=634601 --- src/urlnavigator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/urlnavigator.h') diff --git a/src/urlnavigator.h b/src/urlnavigator.h index 4b571b98d..9482619d6 100644 --- a/src/urlnavigator.h +++ b/src/urlnavigator.h @@ -26,11 +26,11 @@ #include #include -class QCheckBox; class QHBoxLayout; class QLabel; class QLineEdit; class QMouseEvent; +class QPushButton; class KUrl; class KFileItem; @@ -294,7 +294,7 @@ private: QHBoxLayout* m_layout; QLinkedList m_history; - QCheckBox* m_toggleButton; + QPushButton* m_toggleButton; BookmarkSelector* m_bookmarkSelector; KUrlComboBox* m_pathBox; ProtocolCombo* m_protocols; -- cgit v1.3