diff options
Diffstat (limited to 'consistencycheck.cpp')
-rw-r--r-- | consistencycheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/consistencycheck.cpp b/consistencycheck.cpp index 1d5114c..43e06d2 100644 --- a/consistencycheck.cpp +++ b/consistencycheck.cpp @@ -28,7 +28,7 @@ #include "consistencycheck.h" #include "helper.h" -ConsistencyCheck::ConsistencyCheck(QWidget *parent, Qt::WindowFlags f) : QDialog(parent, f), mChecker(0){ +ConsistencyCheck::ConsistencyCheck(QWidget *parent, Qt::WindowFlags f) : SmDialog(parent, f), mChecker(0){ // setup widget QLabel *okLabel = new QLabel(tr("Ok")); mOkDisplay = new QPlainTextEdit; |