summaryrefslogtreecommitdiff
path: root/src/urlbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-16 01:09:39 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-16 01:09:39 +0100
commitaf9623896acb241a965a7d0823e12fd099031a39 (patch)
tree1c8a455631070d29bc2526a0015cb45c8b7ab5fc /src/urlbar.h
parentSome improvements in settings class.. (diff)
downloadrekonq-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.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;