aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/findinfiles.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/findinfiles.h
parentf7924757394069d47310e6fcf2471f7bdb7a9d96 (diff)
TextEditor: Clean forward declaration
Change-Id: If338617551893e3ce3c7a68ff1abfc60de8cf610 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/texteditor/findinfiles.h')
-rw-r--r--src/plugins/texteditor/findinfiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/findinfiles.h b/src/plugins/texteditor/findinfiles.h
index ab8d93bad7..f5df340ebd 100644
--- a/src/plugins/texteditor/findinfiles.h
+++ b/src/plugins/texteditor/findinfiles.h
@@ -33,7 +33,7 @@
#include <QStringListModel>
QT_BEGIN_NAMESPACE
-class QLabel;
+class QComboBox;
class QStackedWidget;
QT_END_NAMESPACE