diff options
author | Louie S <louie@example.com> | 2024-03-09 15:56:27 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-03-09 15:56:27 -0500 |
commit | 312ea44966ca5ee65185fc837d15143e7dd59761 (patch) | |
tree | 05bdb405e2f0f60f0b5375a0add0b4c762b3fde7 /src/add_group_form.h | |
parent | 6914f8a111b89dc512143d001c2abce3f17d48c0 (diff) |
Rename group and entry forms
Diffstat (limited to 'src/add_group_form.h')
-rw-r--r-- | src/add_group_form.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/add_group_form.h b/src/add_group_form.h index 3b9c381..2e602b8 100644 --- a/src/add_group_form.h +++ b/src/add_group_form.h @@ -1,7 +1,9 @@ #ifndef ADDGROUPFORM_H #define ADDGROUPFORM_H -#include "ui_add_group_form.h" +#include <QObject> + +#include "ui_group_form.h" class AddGroupForm : public QDialog { Q_OBJECT @@ -10,7 +12,7 @@ class AddGroupForm : public QDialog { AddGroupForm(); private: - Ui::addGroupDialog ui; + Ui::groupDialog ui; private slots: void accept(); |