Edit widgets inherit from DialogyWidget.

Closes #17
This commit is contained in:
Florian Geyer 2012-04-24 13:23:09 +02:00 committed by Felix Geyer
parent 279793365a
commit f7bdeefbe3
8 changed files with 15 additions and 12 deletions

View file

@ -24,7 +24,7 @@
#include "keys/PasswordKey.h"
ChangeMasterKeyWidget::ChangeMasterKeyWidget(QWidget* parent)
: QWidget(parent)
: DialogyWidget(parent)
, m_ui(new Ui::ChangeMasterKeyWidget())
{
m_ui->setupUi(this);