summaryrefslogtreecommitdiffstats
path: root/statisticsdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'statisticsdialog.h')
-rw-r--r--statisticsdialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/statisticsdialog.h b/statisticsdialog.h
index 4e7107a..27de9fa 100644
--- a/statisticsdialog.h
+++ b/statisticsdialog.h
@@ -8,16 +8,17 @@
#ifndef STATISTICSDIALOG_H
#define STATISTICSDIALOG_H
-#include <QDialog>
#include <QList>
#include <QVariant>
#include <QSize>
#include <QFont>
#include <QTextDocument>
+#include "smdialog.h"
+
class QPaintEvent;
-class StatisticsDialog : public QDialog {
+class StatisticsDialog : public SmDialog {
Q_OBJECT
public:
StatisticsDialog(QWidget *parent = 0, Qt::WindowFlags f = 0);