kdeui: remove redundant QPixmap header inclusion in ksplashscreen source file

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-11-11 00:08:58 +02:00
parent f4cd0621cf
commit 533d588db5

View file

@ -23,8 +23,6 @@
#include <kglobal.h>
#include <kglobalsettings.h>
#include <QtGui/QPixmap>
KSplashScreen::KSplashScreen(const QPixmap &pixmap, Qt::WindowFlags f)
: QSplashScreen(pixmap, f),
d(0)