summaryrefslogtreecommitdiffstats
path: root/filepropertiesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'filepropertiesdialog.h')
-rw-r--r--filepropertiesdialog.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/filepropertiesdialog.h b/filepropertiesdialog.h
index 4257f18..d03eb86 100644
--- a/filepropertiesdialog.h
+++ b/filepropertiesdialog.h
@@ -8,18 +8,20 @@
#ifndef FILEPROPERTIESDIALOG_H
#define FILEPROPERTIESDIALOG_H
-#include <QDialog>
#include <QList>
#include <QMap>
+#include "smdialog.h"
+
class QPushButton;
class QTreeView;
class QLabel;
class QTabWidget;
class SmTreeModel;
class MetadataWidget;
+class QShowEvent;
-class FilePropertiesDialog : public QDialog
+class FilePropertiesDialog : public SmDialog
{
Q_OBJECT
public: