aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basefilefind.h
diff options
context:
space:
mode:
authorLaurent Montel <laurent.montel@kdab.com>2017-09-25 15:03:13 +0200
committerLaurent Montel <laurent.montel@kdab.com>2017-09-28 09:39:46 +0000
commit227acdea75a0f63e82da95dbdac2e984659a6202 (patch)
tree8ab2790c7dbfd3ce1d43d59e04f409714ace755c /src/plugins/texteditor/basefilefind.h
parentf7924757394069d47310e6fcf2471f7bdb7a9d96 (diff)
TextEditor: Clean forward declaration
Change-Id: If338617551893e3ce3c7a68ff1abfc60de8cf610 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/texteditor/basefilefind.h')
-rw-r--r--src/plugins/texteditor/basefilefind.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/texteditor/basefilefind.h b/src/plugins/texteditor/basefilefind.h
index 56bbb4e5fd..d921b4f2f0 100644
--- a/src/plugins/texteditor/basefilefind.h
+++ b/src/plugins/texteditor/basefilefind.h
@@ -33,15 +33,9 @@
#include <QFuture>
-QT_BEGIN_NAMESPACE
-class QLabel;
-class QComboBox;
-QT_END_NAMESPACE
-
namespace Utils { class FileIterator; }
namespace Core {
class IEditor;
-class IFindSupport;
class SearchResult;
class SearchResultItem;
} // namespace Core