summaryrefslogtreecommitdiff
path: root/src/add_entry_form.h
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-03-09 15:56:27 -0500
committerLouie S <louie@example.com>2024-03-09 15:56:27 -0500
commit312ea44966ca5ee65185fc837d15143e7dd59761 (patch)
tree05bdb405e2f0f60f0b5375a0add0b4c762b3fde7 /src/add_entry_form.h
parent6914f8a111b89dc512143d001c2abce3f17d48c0 (diff)
Rename group and entry forms
Diffstat (limited to 'src/add_entry_form.h')
-rw-r--r--src/add_entry_form.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/add_entry_form.h b/src/add_entry_form.h
index 863dc57..7cf1ad1 100644
--- a/src/add_entry_form.h
+++ b/src/add_entry_form.h
@@ -3,7 +3,7 @@
#include <QObject>
-#include "ui_add_entry_form.h"
+#include "ui_entry_form.h"
class AddEntryForm : public QDialog {
Q_OBJECT
@@ -12,7 +12,7 @@ class AddEntryForm : public QDialog {
AddEntryForm(int parent_id);
private:
- Ui::addEntryDialog ui;
+ Ui::entryDialog ui;
int parent_id;