diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-10 11:53:23 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-10 11:53:23 +0100 |
commit | 5a176b4641e10e25049a826025c4249fbcb07958 (patch) | |
tree | b6956902edd55d39f1808ded77abd584a1ce9b76 /src/searchbar.h | |
parent | Ported menubar to KDE (diff) | |
download | rekonq-5a176b4641e10e25049a826025c4249fbcb07958.tar.xz |
1st implementation of new find system
Diffstat (limited to 'src/searchbar.h')
-rw-r--r-- | src/searchbar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/searchbar.h b/src/searchbar.h index 222b97e4..e574508b 100644 --- a/src/searchbar.h +++ b/src/searchbar.h @@ -29,9 +29,6 @@ #include <QString> #include <QMenu> -class KHTMLPart; - - class SearchBarCombo : public KHistoryComboBox { Q_OBJECT |