summaryrefslogtreecommitdiffstats
path: root/examples/assistant/simpletextviewer/findfiledialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assistant/simpletextviewer/findfiledialog.h')
-rw-r--r--examples/assistant/simpletextviewer/findfiledialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/assistant/simpletextviewer/findfiledialog.h b/examples/assistant/simpletextviewer/findfiledialog.h
index 6dcd15d9b..7e77938dd 100644
--- a/examples/assistant/simpletextviewer/findfiledialog.h
+++ b/examples/assistant/simpletextviewer/findfiledialog.h
@@ -12,7 +12,6 @@ class QDialogButtonBox;
class QLabel;
class QToolButton;
class QTreeWidget;
-class QTreeWidgetItem;
QT_END_NAMESPACE
class Assistant;
@@ -42,8 +41,8 @@ private:
void createLabels();
void createLayout();
- Assistant *currentAssistant;
TextEdit *currentEditor;
+ Assistant *currentAssistant;
QTreeWidget *foundFilesTree;
QComboBox *directoryComboBox;