summaryrefslogtreecommitdiffstats
path: root/itemselectionwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'itemselectionwidget.h')
-rw-r--r--itemselectionwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/itemselectionwidget.h b/itemselectionwidget.h
index f78b9d1..9829451 100644
--- a/itemselectionwidget.h
+++ b/itemselectionwidget.h
@@ -5,7 +5,7 @@
#include <QIcon>
class QStandardItemModel;
-class QListView;
+class QTreeView;
class QLineEdit;
class ItemSelectionWidget : public QWidget
@@ -24,7 +24,7 @@ class ItemSelectionWidget : public QWidget
private:
QStandardItemModel *mModel;
- QListView *mView;
+ QTreeView *mView;
QLineEdit *mItem;
QIcon mIcon;
};