Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/sidebar.h')
-rw-r--r--src/sidebar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sidebar.h b/src/sidebar.h
index f919b33..0b03f78 100644
--- a/src/sidebar.h
+++ b/src/sidebar.h
@@ -81,8 +81,8 @@ signals:
private:
QLabel *label_zone;
- QLabel *label_entitytype;
- QLineEdit *edit_entitylabel;
+ QComboBox *combo_entitytype;
+ QLineEdit *edit_entitylabel;
QLineEdit *edit_entityname;
QLineEdit *edit_entitylocation_x;