summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r--newmoviewizard.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h
index 9717a2d..ecc416a 100644
--- a/newmoviewizard.h
+++ b/newmoviewizard.h
@@ -8,25 +8,17 @@
#ifndef NEWMOVIEWIZARD_H
#define NEWMOVIEWIZARD_H
-#include <QtWidgets/QWizard>
#include <QtWidgets/QWizardPage>
-#include <QHash>
-#include <QList>
#include "smtreemodel.h"
#include "mappingtablewidget.h"
-class QTreeView;
-class QLineEdit;
class QSpinBox;
-class QPushButton;
class QComboBox;
class QCheckBox;
-class QStringListModel;
class QPlainTextEdit;
class SeriesMetadataModel;
class WizardTreeModel;
-class SmTreeItem;
class MovieInfoPage;
class MovieMappingPage;
class MovieMetadataPage;
@@ -78,7 +70,7 @@ class MovieInfoPage : public QWizardPage {
private:
void setupGui();
- QTreeView *mFileView;
+ SmTreeView *mFileView;
QLineEdit *mTitle;
QLineEdit *mSubtitle;
QSpinBox *mSeriesNo;