Consider http://ebn.kde.org/krazy/reports/kde-4.x/kdeutils/ark/index.html ... "Use KMessageBox instead of QMessageBox" "Why should I care?" -> "Don't use Qt 4 classes that are deprecated" But QMessageBox is a legit Qt5 class, so krazy should probably not warn about it.
is this a matter of the explanation string being wrong or that we are ok using QMessageBox in some cases instead of KMessageBox? last I knew, we should be using KMessageBox over QMessageBox in KDE applications.
(In reply to Allen Winter from comment #1) > is this a matter of the explanation string being wrong or that we are ok > using QMessageBox in some cases instead of KMessageBox? > > last I knew, we should be using KMessageBox over QMessageBox in KDE > applications. Right, this is more about the warning message (since it's not a Qt4 class). Now that I think about it, if we still have KMessagebox there must be a reason and we should probably use it. So it makes sense that krazy looks for this.
Title changed to better describe the report.