┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/urlnavigator.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-02-17 19:24:48 +0000
committerPeter Penz <[email protected]>2007-02-17 19:24:48 +0000
commite4dbe5626b092a884cfda0e99f0f0b4ba5cbc2ef (patch)
tree72bf4d99e998dc565d46589ffff1b1be299d1999 /src/urlnavigator.h
parent383aab8c137410653a7ab0aabc529db575ea0730 (diff)
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
Diffstat (limited to 'src/urlnavigator.h')
-rw-r--r--src/urlnavigator.h4
1 files changed, 2 insertions, 2 deletions
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 <QWidget>
#include <QLinkedList>
-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<HistoryElem> m_history;
- QCheckBox* m_toggleButton;
+ QPushButton* m_toggleButton;
BookmarkSelector* m_bookmarkSelector;
KUrlComboBox* m_pathBox;
ProtocolCombo* m_protocols;