diff options
Diffstat (limited to 'mappingtreewidget.h')
-rw-r--r-- | mappingtreewidget.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mappingtreewidget.h b/mappingtreewidget.h index 76e7585..f8c463b 100644 --- a/mappingtreewidget.h +++ b/mappingtreewidget.h @@ -55,11 +55,9 @@ class MappingTreeWidget : public QWidget { QSortFilterProxyModel *mProxy; QStringListModel *mTypesModel; QComboBox *mTypeBox; - QPushButton *mAddChild; - QPushButton *mDeleteChild; QPushButton *mAddType; QPushButton *mDeleteType; - QLineEdit *mEdit; + QAction *mAddChildA; QAction *mDeleteChildA; QAction *mEditChildA; QAction *mMoveChildA; |