Don't access KMKernel when destructing KMReaderMainWin
At this point the kernel is already deleted by KMailPart, so we are accessing a nullptr.
Since we know which config we want to access we can do that directly.
At this point the kernel is already deleted by KMailPart, so we are accessing a nullptr.
Since we know which config we want to access we can do that directly.