diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-16 01:09:39 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-16 01:09:39 +0100 |
commit | af9623896acb241a965a7d0823e12fd099031a39 (patch) | |
tree | 1c8a455631070d29bc2526a0015cb45c8b7ab5fc /src/urlbar.h | |
parent | Some improvements in settings class.. (diff) | |
download | rekonq-af9623896acb241a965a7d0823e12fd099031a39.tar.xz |
Initial solution for UI resizing..
Now we can release rekonq 0.0.2 and thinking later about the problem..
Diffstat (limited to 'src/urlbar.h')
-rw-r--r-- | src/urlbar.h | 3 |
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; |