mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdeui: remove redundant QPixmap header inclusion in ksplashscreen source file
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f4cd0621cf
commit
533d588db5
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue