[Gui] rename the Qt header list

This commit is contained in:
Uwe
2022-03-07 12:00:36 +01:00
committed by wwmayer
parent 7d1a64e1c1
commit 554635cc7d
29 changed files with 68 additions and 68 deletions

View File

@@ -1199,7 +1199,7 @@ SET(FreeCADGui_SRCS
MetaTypes.h
PreCompiled.cpp
PreCompiled.h
Qt4All.h
QtAll.h
Control.h
SpaceballEvent.h
PreferencePackManager.h

View File

@@ -100,7 +100,7 @@
#include <xercesc/util/XMLString.hpp>
#include "InventorAll.h"
#include "Qt4All.h"
#include "QtAll.h"
#elif defined(FC_OS_WIN32)
#include <windows.h>

View File

@@ -21,8 +21,8 @@
***************************************************************************/
#ifndef __Qt4All__
#define __Qt4All__
#ifndef __QtAll__
#define __QtAll__
// Qt Toolkit
// QtCore

View File

@@ -71,8 +71,8 @@
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -114,8 +114,8 @@
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
// Inventor

View File

@@ -61,8 +61,8 @@
#endif
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -71,8 +71,8 @@
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -93,8 +93,8 @@
#include <TopoDS_Shape.hxx>
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#include <qobject.h>

View File

@@ -45,8 +45,8 @@
#endif
#ifdef _PreComp_
// Python
// Python
#include <Python.h>
// standard
@@ -70,11 +70,11 @@
#endif
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_
#endif // __PRECOMPILED_GUI__

View File

@@ -49,8 +49,8 @@
#endif
#ifdef _PreComp_
// Python
// Python
#include <Python.h>
// standard
@@ -112,11 +112,11 @@
#endif
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_
#endif // __PRECOMPILED_GUI__

View File

@@ -75,8 +75,8 @@
#endif
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -75,8 +75,8 @@
#endif
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
// Inventor

View File

@@ -76,8 +76,8 @@
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
// OCCT

View File

@@ -181,8 +181,8 @@
#include <boost/bind/bind.hpp>
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
// GL

View File

@@ -96,8 +96,8 @@
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#include <QMessageBox>

View File

@@ -73,8 +73,8 @@
#include <TopExp_Explorer.hxx>
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
// all of Inventor

View File

@@ -67,8 +67,8 @@
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
// Inventor

View File

@@ -118,13 +118,13 @@
#include <BRepAdaptor_Curve.hxx>
#include <GCPnts_UniformDeflection.hxx>
// Python
// Python
#include <Python.h>
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
// Inventor
@@ -132,7 +132,7 @@
# include <Gui/InventorAll.h>
#endif
#endif //_PreComp_
#endif // __PRECOMPILED_GUI__

View File

@@ -75,8 +75,8 @@
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -73,8 +73,8 @@
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -91,8 +91,8 @@
#include <TopoDS_Vertex.hxx>
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
# include <QGuiApplication>

View File

@@ -69,8 +69,8 @@
#endif
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -71,8 +71,8 @@
#endif
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif

View File

@@ -63,8 +63,8 @@
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -65,8 +65,8 @@
#endif
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -77,8 +77,8 @@
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -64,8 +64,8 @@
#endif
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_

View File

@@ -35,8 +35,8 @@
#ifdef _PreComp_
// Python
// Python
#include <Python.h>
// standard
@@ -61,15 +61,15 @@
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
// QtWebKit
#include <QWebFrame>
#include <QWebView>
#include <QWebSettings>
#endif //_PreComp_
#endif // WEBGUI_PRECOMPILED_H

View File

@@ -61,8 +61,8 @@
#endif
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_