┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/urlnavigator.h
diff options
context:
space:
mode:
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 e3e22632c..01be439f7 100644
--- a/src/urlnavigator.h
+++ b/src/urlnavigator.h
@@ -30,7 +30,7 @@ class QHBoxLayout;
class QLabel;
class QLineEdit;
class QMouseEvent;
-class QPushButton;
+class QToolButton;
class KUrl;
class KFileItem;
@@ -305,7 +305,7 @@ private:
QHBoxLayout* m_layout;
QLinkedList<HistoryElem> m_history;
- QPushButton* m_toggleButton;
+ QToolButton* m_toggleButton;
BookmarkSelector* m_bookmarkSelector;
KUrlComboBox* m_pathBox;
ProtocolCombo* m_protocols;