forked from qt-creator/qt-creator
Removed module names from #include directives.
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -31,19 +31,19 @@
|
||||
**************************************************************************/
|
||||
|
||||
#include "contextpanewidget.h"
|
||||
#include <QtGui/QToolButton>
|
||||
#include <QtGui/QFontComboBox>
|
||||
#include <QtGui/QComboBox>
|
||||
#include <QtGui/QSpinBox>
|
||||
#include <QtGui/QToolButton>
|
||||
#include <QtGui/QHBoxLayout>
|
||||
#include <QtGui/QVBoxLayout>
|
||||
#include <QtGui/QLabel>
|
||||
#include <QtGui/QMouseEvent>
|
||||
#include <QtGui/QGridLayout>
|
||||
#include <QtGui/QToolButton>
|
||||
#include <QtGui/QGraphicsEffect>
|
||||
#include <QtGui/QAction>
|
||||
#include <QToolButton>
|
||||
#include <QFontComboBox>
|
||||
#include <QComboBox>
|
||||
#include <QSpinBox>
|
||||
#include <QToolButton>
|
||||
#include <QHBoxLayout>
|
||||
#include <QVBoxLayout>
|
||||
#include <QLabel>
|
||||
#include <QMouseEvent>
|
||||
#include <QGridLayout>
|
||||
#include <QToolButton>
|
||||
#include <QGraphicsEffect>
|
||||
#include <QAction>
|
||||
#include "contextpanetextwidget.h"
|
||||
#include "easingcontextpane.h"
|
||||
#include "contextpanewidgetimage.h"
|
||||
|
||||
Reference in New Issue
Block a user