Krazy complains about the use of QLineEdit namedialog.ui from lskat: > Check for Qt classes that should not be used [qclasses]... 2 issues found > ./namedialog.ui: Use KLineEdit instead of QLineEdit line#35 > ./namedialog.ui: Use KLineEdit instead of QLineEdit line#38 > Don't use Qt 4 classes that are deprecated. Additionally make sure > to use the KDE version of some Qt GUI elements to provide a > consistent look and feel for the KDE desktop. The KDE classes are > not just adding functionalities to the Qt base class and are mostly > not even based on the Qt class. > <http://techbase.kde.org/Policies/API_to_Avoid> *Please* *refer* > *to* *the* *API* *documentation* *for* *details* *before* *porting* > *to* *the* *K* *classes*. But with KF5 this is not generally true any more (see comments on reviewboard). The "Porting Notes" actually encourage the use of QLineEdit where the additional functionality of KLineEdit is not needed. (https://community.kde.org/Frameworks/Porting_Notes#General_2)
fixed. please give the EBN a day or 2 to catchup on this change.
Thanks.