summaryrefslogtreecommitdiff
path: root/src/urlbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar.h')
-rw-r--r--src/urlbar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/urlbar.h b/src/urlbar.h
index 3180920a..1346eada 100644
--- a/src/urlbar.h
+++ b/src/urlbar.h
@@ -30,7 +30,7 @@
#include <QtGui>
-class UrlBar : public QWidget
+class UrlBar : public KHistoryComboBox
{
Q_OBJECT
@@ -52,7 +52,6 @@ protected:
private:
QLinearGradient generateGradient(const QColor &color) const;
- KHistoryComboBox* m_historyComboBox;
WebView* m_webView;
QLineEdit* m_lineEdit;
QColor m_defaultBaseColor;