--- a/E5Gui/E5ComboBox.py Sat Jul 05 11:41:14 2014 +0200 +++ b/E5Gui/E5ComboBox.py Sat Jul 05 12:13:23 2014 +0200 @@ -4,7 +4,7 @@ # """ -Module implementing combobox classes using the eric5 line edits. +Module implementing combobox classes using the eric6 line edits. """ from __future__ import unicode_literals @@ -14,7 +14,7 @@ class E5ComboBox(QComboBox): """ - Class implementing a combobox using the eric5 line edit. + Class implementing a combobox using the eric6 line edit. """ def __init__(self, parent=None, inactiveText=""): """ @@ -52,7 +52,7 @@ class E5ClearableComboBox(E5ComboBox): """ - Class implementing a combobox using the eric5 line edit. + Class implementing a combobox using the eric6 line edit. """ def __init__(self, parent=None, inactiveText=""): """