┌   ┐
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 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;