as David told:
"
WFlags -> WindowFlags (it's a typedef, and it's BC, nm says
QFlags<Qt::WindowType>)
toAscii -> toLatin1
fromAscii -> fromLatin1
"
As done in kdelibs
That's KMail1 legacy code, folders should be addressed either using
Akonadi::Collection or Akonadi::Collection::Id.
Also add some todos for getting FolderRequester into libakonadi.
Using QTextEdit instead of QLabel as QTextEdit has scrollbar and QLabel does not,
this could made part of the text in the Anti-Virus assitant unreadable if font
size if big.
REVIEW: 101824
They would match every single mail, and move it to the trash, ouch.
Solution: when the wizard shows "no tools found", skip all other pages
and offer "Finish" right away. For future-proofness, I also disabled
the checkboxes on the 2nd page, in case one day this page is used for more
(e.g. for disabling spam handling again)
FIXED-IN: 4.6
BUG: 260351