summaryrefslogtreecommitdiff
path: root/app/include
diff options
context:
space:
mode:
Diffstat (limited to 'app/include')
-rw-r--r--app/include/turns/app/widgets/participant_list_row.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/include/turns/app/widgets/participant_list_row.hpp b/app/include/turns/app/widgets/participant_list_row.hpp
index f282992..2e3b176 100644
--- a/app/include/turns/app/widgets/participant_list_row.hpp
+++ b/app/include/turns/app/widgets/participant_list_row.hpp
@@ -7,7 +7,6 @@
#include <glibmm/ustring.h>
#include <gtkmm/button.h>
-#include <gtkmm/editablelabel.h>
#include <gtkmm/label.h>
#include <gtkmm/listboxrow.h>
#include <gtkmm/togglebutton.h>
@@ -36,7 +35,7 @@ namespace turns::app::widgets
Gtk::Button * m_delete;
Gtk::Button * m_edit;
Gtk::Label * m_subtitle;
- Gtk::EditableLabel * m_title;
+ Gtk::Label * m_title;
Gtk::ToggleButton * m_toggle_defeated;
};
} // namespace turns::app::widgets