From d90b88aae13baf16083e58896a81826b2679cd6f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 28 Apr 2015 13:58:12 +0300 Subject: Allow send money by mail. --- src/gui/windows/mailedit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/windows/mailedit.h') 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; }; -- cgit v1.2.3-60-g2f50