From bda12907dee4fe3f0e7dec8f7e09e098fc5036e4 Mon Sep 17 00:00:00 2001 From: Uwe Date: Mon, 7 Mar 2022 12:00:36 +0100 Subject: [PATCH] [Gui] rename the Qt header list --- src/Gui/CMakeLists.txt | 2 +- src/Gui/PreCompiled.h | 2 +- src/Gui/{Qt4All.h => QtAll.h} | 4 ++-- src/Mod/Assembly/Gui/PreCompiled.h | 4 ++-- src/Mod/Cam/Gui/PreCompiled.h | 4 ++-- src/Mod/Cloud/Gui/PreCompiled.h | 4 ++-- src/Mod/Drawing/Gui/PreCompiled.h | 4 ++-- src/Mod/Fem/Gui/PreCompiled.h | 4 ++-- src/Mod/Image/Gui/PreCompiled.h | 10 +++++----- src/Mod/Import/Gui/PreCompiled.h | 10 +++++----- src/Mod/Inspection/Gui/PreCompiled.h | 4 ++-- src/Mod/Mesh/Gui/PreCompiled.h | 4 ++-- src/Mod/MeshPart/Gui/PreCompiled.h | 4 ++-- src/Mod/Part/Gui/PreCompiled.h | 4 ++-- src/Mod/PartDesign/Gui/PreCompiled.h | 4 ++-- src/Mod/Path/Gui/PreCompiled.h | 4 ++-- src/Mod/Points/Gui/PreCompiled.h | 4 ++-- src/Mod/Raytracing/Gui/PreCompiled.h | 10 +++++----- src/Mod/ReverseEngineering/Gui/PreCompiled.h | 4 ++-- src/Mod/Robot/Gui/PreCompiled.h | 4 ++-- src/Mod/Sketcher/Gui/PreCompiled.h | 4 ++-- src/Mod/Spreadsheet/App/PreCompiled.h | 4 ++-- src/Mod/Spreadsheet/Gui/PreCompiled.h | 4 ++-- src/Mod/Start/Gui/PreCompiled.h | 4 ++-- src/Mod/Surface/Gui/PreCompiled.h | 4 ++-- src/Mod/TechDraw/Gui/PreCompiled.h | 4 ++-- src/Mod/Test/Gui/PreCompiled.h | 4 ++-- src/Mod/Web/Gui/PreCompiled.h | 10 +++++----- src/Tools/_TEMPLATE_/Gui/PreCompiled.h | 4 ++-- 29 files changed, 68 insertions(+), 68 deletions(-) rename src/Gui/{Qt4All.h => QtAll.h} (95%) diff --git a/src/Gui/CMakeLists.txt b/src/Gui/CMakeLists.txt index 0f9dd088c0..0a46138a04 100644 --- a/src/Gui/CMakeLists.txt +++ b/src/Gui/CMakeLists.txt @@ -1199,7 +1199,7 @@ SET(FreeCADGui_SRCS MetaTypes.h PreCompiled.cpp PreCompiled.h - Qt4All.h + QtAll.h Control.h SpaceballEvent.h PreferencePackManager.h diff --git a/src/Gui/PreCompiled.h b/src/Gui/PreCompiled.h index 831e286c11..abb0a54e88 100644 --- a/src/Gui/PreCompiled.h +++ b/src/Gui/PreCompiled.h @@ -100,7 +100,7 @@ #include #include "InventorAll.h" -#include "Qt4All.h" +#include "QtAll.h" #elif defined(FC_OS_WIN32) #include diff --git a/src/Gui/Qt4All.h b/src/Gui/QtAll.h similarity index 95% rename from src/Gui/Qt4All.h rename to src/Gui/QtAll.h index d99662d503..2e19941d69 100644 --- a/src/Gui/Qt4All.h +++ b/src/Gui/QtAll.h @@ -21,8 +21,8 @@ ***************************************************************************/ -#ifndef __Qt4All__ -#define __Qt4All__ +#ifndef __QtAll__ +#define __QtAll__ // Qt Toolkit // QtCore diff --git a/src/Mod/Assembly/Gui/PreCompiled.h b/src/Mod/Assembly/Gui/PreCompiled.h index f35a6c3797..ba8da58953 100644 --- a/src/Mod/Assembly/Gui/PreCompiled.h +++ b/src/Mod/Assembly/Gui/PreCompiled.h @@ -71,8 +71,8 @@ // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_ diff --git a/src/Mod/Cam/Gui/PreCompiled.h b/src/Mod/Cam/Gui/PreCompiled.h index 0a22942252..64e156fdfe 100644 --- a/src/Mod/Cam/Gui/PreCompiled.h +++ b/src/Mod/Cam/Gui/PreCompiled.h @@ -114,8 +114,8 @@ // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif // Inventor diff --git a/src/Mod/Cloud/Gui/PreCompiled.h b/src/Mod/Cloud/Gui/PreCompiled.h index 976f6f0856..b6650f805a 100644 --- a/src/Mod/Cloud/Gui/PreCompiled.h +++ b/src/Mod/Cloud/Gui/PreCompiled.h @@ -61,8 +61,8 @@ #endif // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_ diff --git a/src/Mod/Drawing/Gui/PreCompiled.h b/src/Mod/Drawing/Gui/PreCompiled.h index 7f7c534eed..05d60b4ecd 100644 --- a/src/Mod/Drawing/Gui/PreCompiled.h +++ b/src/Mod/Drawing/Gui/PreCompiled.h @@ -71,8 +71,8 @@ // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_ diff --git a/src/Mod/Fem/Gui/PreCompiled.h b/src/Mod/Fem/Gui/PreCompiled.h index c683bfb3e7..c95640dbb6 100644 --- a/src/Mod/Fem/Gui/PreCompiled.h +++ b/src/Mod/Fem/Gui/PreCompiled.h @@ -93,8 +93,8 @@ #include // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #include diff --git a/src/Mod/Image/Gui/PreCompiled.h b/src/Mod/Image/Gui/PreCompiled.h index 91e2ecb6b1..f2a22f290f 100644 --- a/src/Mod/Image/Gui/PreCompiled.h +++ b/src/Mod/Image/Gui/PreCompiled.h @@ -45,8 +45,8 @@ #endif #ifdef _PreComp_ - -// Python + +// Python #include // standard @@ -70,11 +70,11 @@ #endif // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif - + #endif //_PreComp_ #endif // __PRECOMPILED_GUI__ diff --git a/src/Mod/Import/Gui/PreCompiled.h b/src/Mod/Import/Gui/PreCompiled.h index 85d4c428c5..cc6fc83806 100644 --- a/src/Mod/Import/Gui/PreCompiled.h +++ b/src/Mod/Import/Gui/PreCompiled.h @@ -49,8 +49,8 @@ #endif #ifdef _PreComp_ - -// Python + +// Python #include // standard @@ -112,11 +112,11 @@ #endif // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif - + #endif //_PreComp_ #endif // __PRECOMPILED_GUI__ diff --git a/src/Mod/Inspection/Gui/PreCompiled.h b/src/Mod/Inspection/Gui/PreCompiled.h index f85a50c642..3be417afa1 100644 --- a/src/Mod/Inspection/Gui/PreCompiled.h +++ b/src/Mod/Inspection/Gui/PreCompiled.h @@ -75,8 +75,8 @@ #endif // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_ diff --git a/src/Mod/Mesh/Gui/PreCompiled.h b/src/Mod/Mesh/Gui/PreCompiled.h index ae3cad9960..fe715ec1fb 100644 --- a/src/Mod/Mesh/Gui/PreCompiled.h +++ b/src/Mod/Mesh/Gui/PreCompiled.h @@ -75,8 +75,8 @@ #endif // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif // Inventor diff --git a/src/Mod/MeshPart/Gui/PreCompiled.h b/src/Mod/MeshPart/Gui/PreCompiled.h index 9f90acb0d8..144a8b4efd 100644 --- a/src/Mod/MeshPart/Gui/PreCompiled.h +++ b/src/Mod/MeshPart/Gui/PreCompiled.h @@ -76,8 +76,8 @@ // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif // OCCT diff --git a/src/Mod/Part/Gui/PreCompiled.h b/src/Mod/Part/Gui/PreCompiled.h index 72f2d65423..a7cb5d9760 100644 --- a/src/Mod/Part/Gui/PreCompiled.h +++ b/src/Mod/Part/Gui/PreCompiled.h @@ -181,8 +181,8 @@ #include // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif // GL diff --git a/src/Mod/PartDesign/Gui/PreCompiled.h b/src/Mod/PartDesign/Gui/PreCompiled.h index 65a4997693..c07f6e4489 100644 --- a/src/Mod/PartDesign/Gui/PreCompiled.h +++ b/src/Mod/PartDesign/Gui/PreCompiled.h @@ -96,8 +96,8 @@ // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #include diff --git a/src/Mod/Path/Gui/PreCompiled.h b/src/Mod/Path/Gui/PreCompiled.h index a273f29191..e4ece02752 100644 --- a/src/Mod/Path/Gui/PreCompiled.h +++ b/src/Mod/Path/Gui/PreCompiled.h @@ -73,8 +73,8 @@ #include // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif // all of Inventor diff --git a/src/Mod/Points/Gui/PreCompiled.h b/src/Mod/Points/Gui/PreCompiled.h index 35f73f69f6..a1ce56050e 100644 --- a/src/Mod/Points/Gui/PreCompiled.h +++ b/src/Mod/Points/Gui/PreCompiled.h @@ -67,8 +67,8 @@ // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif // Inventor diff --git a/src/Mod/Raytracing/Gui/PreCompiled.h b/src/Mod/Raytracing/Gui/PreCompiled.h index fbb6286f47..ad35124889 100644 --- a/src/Mod/Raytracing/Gui/PreCompiled.h +++ b/src/Mod/Raytracing/Gui/PreCompiled.h @@ -118,13 +118,13 @@ #include #include - -// Python + +// Python #include // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif // Inventor @@ -132,7 +132,7 @@ # include #endif - + #endif //_PreComp_ #endif // __PRECOMPILED_GUI__ diff --git a/src/Mod/ReverseEngineering/Gui/PreCompiled.h b/src/Mod/ReverseEngineering/Gui/PreCompiled.h index fcd2cb3fe1..1fa84c104c 100644 --- a/src/Mod/ReverseEngineering/Gui/PreCompiled.h +++ b/src/Mod/ReverseEngineering/Gui/PreCompiled.h @@ -75,8 +75,8 @@ // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_ diff --git a/src/Mod/Robot/Gui/PreCompiled.h b/src/Mod/Robot/Gui/PreCompiled.h index afb562ca76..eef0fdf91c 100644 --- a/src/Mod/Robot/Gui/PreCompiled.h +++ b/src/Mod/Robot/Gui/PreCompiled.h @@ -73,8 +73,8 @@ // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_ diff --git a/src/Mod/Sketcher/Gui/PreCompiled.h b/src/Mod/Sketcher/Gui/PreCompiled.h index 67b1a137f1..ccb456e7aa 100644 --- a/src/Mod/Sketcher/Gui/PreCompiled.h +++ b/src/Mod/Sketcher/Gui/PreCompiled.h @@ -91,8 +91,8 @@ #include // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif # include diff --git a/src/Mod/Spreadsheet/App/PreCompiled.h b/src/Mod/Spreadsheet/App/PreCompiled.h index 4b4d355691..2beb405a01 100644 --- a/src/Mod/Spreadsheet/App/PreCompiled.h +++ b/src/Mod/Spreadsheet/App/PreCompiled.h @@ -69,8 +69,8 @@ #endif // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_ diff --git a/src/Mod/Spreadsheet/Gui/PreCompiled.h b/src/Mod/Spreadsheet/Gui/PreCompiled.h index 6e3d669d22..ad691286c2 100644 --- a/src/Mod/Spreadsheet/Gui/PreCompiled.h +++ b/src/Mod/Spreadsheet/Gui/PreCompiled.h @@ -71,8 +71,8 @@ #endif // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif diff --git a/src/Mod/Start/Gui/PreCompiled.h b/src/Mod/Start/Gui/PreCompiled.h index ff36933637..73027c6af8 100644 --- a/src/Mod/Start/Gui/PreCompiled.h +++ b/src/Mod/Start/Gui/PreCompiled.h @@ -63,8 +63,8 @@ // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_ diff --git a/src/Mod/Surface/Gui/PreCompiled.h b/src/Mod/Surface/Gui/PreCompiled.h index 7aad7ee934..4a8af1e859 100644 --- a/src/Mod/Surface/Gui/PreCompiled.h +++ b/src/Mod/Surface/Gui/PreCompiled.h @@ -65,8 +65,8 @@ #endif // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_ diff --git a/src/Mod/TechDraw/Gui/PreCompiled.h b/src/Mod/TechDraw/Gui/PreCompiled.h index c8c9f358dc..b46ee95550 100644 --- a/src/Mod/TechDraw/Gui/PreCompiled.h +++ b/src/Mod/TechDraw/Gui/PreCompiled.h @@ -77,8 +77,8 @@ // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_ diff --git a/src/Mod/Test/Gui/PreCompiled.h b/src/Mod/Test/Gui/PreCompiled.h index a916e52897..37c33649b9 100644 --- a/src/Mod/Test/Gui/PreCompiled.h +++ b/src/Mod/Test/Gui/PreCompiled.h @@ -64,8 +64,8 @@ #endif // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_ diff --git a/src/Mod/Web/Gui/PreCompiled.h b/src/Mod/Web/Gui/PreCompiled.h index 8d7b8b9c5c..b2314ecd92 100644 --- a/src/Mod/Web/Gui/PreCompiled.h +++ b/src/Mod/Web/Gui/PreCompiled.h @@ -35,8 +35,8 @@ #ifdef _PreComp_ - -// Python + +// Python #include // standard @@ -61,15 +61,15 @@ // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif // QtWebKit #include #include #include - + #endif //_PreComp_ #endif // WEBGUI_PRECOMPILED_H diff --git a/src/Tools/_TEMPLATE_/Gui/PreCompiled.h b/src/Tools/_TEMPLATE_/Gui/PreCompiled.h index 3475d3af9b..22f3e34fe4 100644 --- a/src/Tools/_TEMPLATE_/Gui/PreCompiled.h +++ b/src/Tools/_TEMPLATE_/Gui/PreCompiled.h @@ -61,8 +61,8 @@ #endif // Qt Toolkit -#ifndef __Qt4All__ -# include +#ifndef __QtAll__ +# include #endif #endif //_PreComp_