remove qtgui include in cpp

This commit is contained in:
yodalee 2014-11-03 02:33:24 +08:00
parent affd1f0b77
commit 197a4868c3
10 changed files with 1 additions and 10 deletions

View File

@ -14,7 +14,6 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include <QtGui>
#include "arrow.h"
#include "arrowdialog.h"
#include "schematic.h"

View File

@ -14,7 +14,6 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include <QtGui>
#include "ellipse.h"
#include "filldialog.h"
#include "schematic.h"

View File

@ -14,7 +14,6 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include <QtGui>
#include "ellipsearc.h"
#include "filldialog.h"
#include "main.h"

View File

@ -14,7 +14,6 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include <QtGui>
#include "graphicline.h"
#include "filldialog.h"
#include "schematic.h"

View File

@ -14,7 +14,6 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include <QtGui>
#include "main.h"
#include "mnemo.h"
#include "viewpainter.h"

View File

@ -14,10 +14,10 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include <QtGui>
#include "id_dialog.h"
#include "id_text.h"
#include <QHeaderView>
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <QGridLayout>

View File

@ -14,7 +14,6 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include <QtGui>
#include "id_text.h"
#include "id_dialog.h"
#include "schematic.h"

View File

@ -14,7 +14,6 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include <QtGui>
#include "painting.h"
Painting::Painting()

View File

@ -14,7 +14,6 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include <QtGui>
#include "main.h"
#include "portsymbol.h"
#include "schematic.h"

View File

@ -14,7 +14,6 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include <QtGui>
#include "rectangle.h"
#include "filldialog.h"
#include "schematic.h"