mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6a76bbc402
commit
d38d309127
3 changed files with 5 additions and 15 deletions
|
@ -43,19 +43,12 @@
|
|||
#define QWIDGET_H
|
||||
|
||||
#include <QtCore/qconfig.h>
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtCore/qmargins.h>
|
||||
#include <QtGui/qpaintdevice.h>
|
||||
#include <QtGui/qpalette.h>
|
||||
#include <QtGui/qfont.h>
|
||||
#include <QtGui/qfontmetrics.h>
|
||||
#include <QtGui/qfontinfo.h>
|
||||
#include <QtGui/qsizepolicy.h>
|
||||
#include <QtGui/qregion.h>
|
||||
#include <QtGui/qbrush.h>
|
||||
#include <QtGui/qcursor.h>
|
||||
#include <QtGui/qkeysequence.h>
|
||||
|
||||
#ifdef Q_WS_QPA //should this go somewhere else?
|
||||
#include <QtGui/qplatformwindowformat_qpa.h>
|
||||
|
@ -63,6 +56,11 @@
|
|||
|
||||
#ifdef QT_INCLUDE_COMPAT
|
||||
#include <QtGui/qevent.h>
|
||||
#else
|
||||
#include <QtCore/qobject.h>
|
||||
#include <QtGui/qkeysequence.h>
|
||||
#include <QtGui/qregion.h>
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
#endif
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
|
|
@ -41,14 +41,7 @@
|
|||
#ifndef QTRANSFORM_H
|
||||
#define QTRANSFORM_H
|
||||
|
||||
#include <QtGui/qmatrix.h>
|
||||
#include <QtGui/qpainterpath.h>
|
||||
#include <QtGui/qpolygon.h>
|
||||
#include <QtGui/qregion.h>
|
||||
#include <QtGui/qwindowdefs.h>
|
||||
#include <QtCore/qline.h>
|
||||
#include <QtCore/qpoint.h>
|
||||
#include <QtCore/qrect.h>
|
||||
|
||||
#if defined(Q_OS_VXWORKS) && defined(m_type)
|
||||
# undef m_type
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#define QUNDOVIEW_H
|
||||
|
||||
#include <QtGui/qlistview.h>
|
||||
#include <QtCore/qstring.h>
|
||||
|
||||
#ifndef QT_NO_UNDOVIEW
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue