summaryrefslogtreecommitdiff
path: root/src/findbar.h
diff options
context:
space:
mode:
authorJon Ander Peñalba <jonan88@gmail.com>2010-09-02 18:10:46 +0200
committerJon Ander Peñalba <jonan88@gmail.com>2010-09-03 08:27:20 +0200
commitd0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b (patch)
treef89adefce79c8bf0d5cde2e1bc015a443ccb39fe /src/findbar.h
parentThis commit hacks a merge request, to fast fixing a crash calling the bk toolbar (diff)
downloadrekonq-d0ab264b8aa5f5c7fcb21dd172a1f3f5b777356b.tar.xz
Include clean-up in the big src directory
Diffstat (limited to 'src/findbar.h')
-rw-r--r--src/findbar.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/findbar.h b/src/findbar.h
index e83a65f4..ed856761 100644
--- a/src/findbar.h
+++ b/src/findbar.h
@@ -32,17 +32,18 @@
// Rekonq Includes
#include "rekonq_defines.h"
-// KDE Includes
-#include <KLineEdit>
-
// Qt Includes
#include <QtGui/QWidget>
-#include <QtGui/QCheckBox>
// Forward Declarations
-class QString;
class MainWindow;
+class KLineEdit;
+
+class QString;
+class QCheckBox;
+
+
class REKONQ_TESTS_EXPORT FindBar : public QWidget
{
Q_OBJECT