From http://bugs.debian.org/475403: Using pykdeuic4 to convert UI files generated by Qt Designer to Python classes results in wrong mappings for many KDE4 widgets. While standard classes are imported correctly... > from PyKDE4 import kdecore > from PyKDE4 import kdeui > from PyQt4 import QtCore, QtGui ....special widgets are imported at the end of the document giving a non- existent package: > from kcombobox import KComboBox Correct would be: > from PyKDE4.kdeui import KComboBox As the Python class needs to be converted after every change made in Qt Designer this bug is a bit annoying as changes made to the class are lost on each update. --- I can reproduce this problem, and is very annoying.
Yes, I noticed this. The fix has been done and will be in 4.2.1.