diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-06 03:09:23 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-06 03:09:23 +0200 |
commit | 06b2dc0ce6ec6dd4cb090c22e2f9f8521138146b (patch) | |
tree | bdbc792266fea13099eecebe4c032f97a2eb2fea /src/findbar.h | |
parent | updating authors.. (diff) | |
download | rekonq-06b2dc0ce6ec6dd4cb090c22e2f9f8521138146b.tar.xz |
EBN Krazy fixes. 1st round..
Diffstat (limited to 'src/findbar.h')
-rw-r--r-- | src/findbar.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/findbar.h b/src/findbar.h index 15a82e1e..3fa148e1 100644 --- a/src/findbar.h +++ b/src/findbar.h @@ -22,14 +22,20 @@ #ifndef FINDBAR_H #define FINDBAR_H + // KDE Includes #include <KLineEdit> #include <KToolBar> -#include <KXmlGuiWindow> // Qt Includes -#include <QtCore> -#include <QtGui> +#include <QtGui/QWidget> +#include <QtGui/QCheckBox> +#include <QtGui/QKeyEvent> + +// Forward Declarations +class KXmlGuiWindow; +class QKeyEvent; +class QString; class FindBar : public QWidget |