mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: remove unused X11 headers inclusion
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d459ee20a8
commit
db01268144
1 changed files with 0 additions and 7 deletions
|
@ -26,17 +26,10 @@
|
|||
#include <QGraphicsScene>
|
||||
|
||||
#include <KWindowSystem>
|
||||
|
||||
#include <Plasma/Applet>
|
||||
#include <Plasma/FrameSvg>
|
||||
#include <Plasma/DialogShadows>
|
||||
|
||||
#ifdef Q_WS_X11
|
||||
# include <qx11info_x11.h>
|
||||
# include <X11/Xlib.h>
|
||||
#endif
|
||||
|
||||
|
||||
Dialog::Dialog(QWidget *parent)
|
||||
: QWidget(parent, Qt::Popup),
|
||||
m_dialogshadows(0),
|
||||
|
|
Loading…
Add table
Reference in a new issue