diff options
Diffstat (limited to 'src/gui/windows/mailedit.h')
-rw-r--r-- | src/gui/windows/mailedit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/windows/mailedit.h b/src/gui/windows/mailedit.h index 0be9c4317..5cd482a53 100644 --- a/src/gui/windows/mailedit.h +++ b/src/gui/windows/mailedit.h @@ -28,6 +28,7 @@ #include "listeners/actionlistener.h" class Button; +class IntTextField; class Label; class TextField; @@ -48,9 +49,11 @@ class MailEdit final : public Window, Button *mCloseButton; Label *mToLabel; Label *mSubjectLabel; + Label *mMoneyLabel; Label *mMessageLabel; TextField *mToField; TextField *mSubjectField; + IntTextField *mMoneyField; TextField *mMessageField; }; |