alkonlinequoteswidgettest: Fix crash with Qt5 build

Authored by habacker on Jan 7 2020, 12:25 PM.

Description

alkonlinequoteswidgettest: Fix crash with Qt5 build

We need to use QApplication also for Qt5 builds, because the doc says
that QApplication specializes QGuiApplication with some functionality
needed for QWidget-based applications. It handles widget specific
initialization, finalization.

Details