diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-21 10:55:24 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-21 10:55:24 +0300 |
commit | ce26f041adf49d8281cf2248ef840313bc532dc5 (patch) | |
tree | 6657272e90457f46304c6958dcb8ac751fc3cb4a /src/InviteeItem.h | |
parent | Close dialogs on confirmation (diff) | |
download | nheko-ce26f041adf49d8281cf2248ef840313bc532dc5.tar.xz |
Add method to center widgets & clean up unused headers
Diffstat (limited to 'src/InviteeItem.h')
-rw-r--r-- | src/InviteeItem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/InviteeItem.h b/src/InviteeItem.h index f0bdbdf0..85ff7a63 100644 --- a/src/InviteeItem.h +++ b/src/InviteeItem.h @@ -5,7 +5,7 @@ #include "mtx.hpp" -class FlatButton; +class QPushButton; class InviteeItem : public QWidget { @@ -23,5 +23,5 @@ private: QString user_; QLabel *name_; - FlatButton *removeUserBtn_; + QPushButton *removeUserBtn_; }; |