diff -r bebe09014dd6 -r 6a1fa662bfc1 src/widgets.h --- a/src/widgets.h Wed Oct 16 16:40:42 2013 +0300 +++ b/src/widgets.h Wed Oct 16 16:47:40 2013 +0300 @@ -40,7 +40,7 @@ { Q_OBJECT public: - typedef List::Iterator Iterator; + typedef QList::Iterator Iterator; explicit RadioGroup() { init (Qt::Vertical); @@ -75,8 +75,8 @@ void valueChanged (int val); private: - List m_objects; - List m_layouts; + QList m_objects; + QList m_layouts; QBoxLayout* m_coreLayout; QBoxLayout* m_currentLayout; bool m_vert;