From af9623896acb241a965a7d0823e12fd099031a39 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 16 Dec 2008 01:09:39 +0100 Subject: Initial solution for UI resizing.. Now we can release rekonq 0.0.2 and thinking later about the problem.. --- src/urlbar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/urlbar.h') 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 -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; -- cgit v1.2.1