X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/383aab8c137410653a7ab0aabc529db575ea0730..abf17941f7:/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;