diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-14 11:58:32 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-14 11:58:32 +0200 |
commit | 94329b092dae7d139b299416f4fe4e2bbae75a1d (patch) | |
tree | 94899b70d3efd1dbadad266217bab940d4a81dce /src/searchbar.h | |
parent | Removed static ActionCollection and creating them on loading. (diff) | |
download | rekonq-94329b092dae7d139b299416f4fe4e2bbae75a1d.tar.xz |
Fixed (hopefully) searchbar. Near its last release..
Diffstat (limited to 'src/searchbar.h')
-rw-r--r-- | src/searchbar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/searchbar.h b/src/searchbar.h index 29588c58..fe30c946 100644 --- a/src/searchbar.h +++ b/src/searchbar.h @@ -22,8 +22,8 @@ #ifndef SEARCHBAR_H #define SEARCHBAR_H -// KDE Includes -#include <KLineEdit> +// Local Includes +#include "lineedit.h" // Forward Declarations class KUrl; @@ -36,7 +36,7 @@ class QNetworkReply; * This class defines an internet search bar. * */ -class SearchBar : public KLineEdit +class SearchBar : public LineEdit { Q_OBJECT |