]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Porting to Mandrake 10.1 and new products:
authormpv <mpv@opencascade.com>
Wed, 8 Jun 2005 04:47:20 +0000 (04:47 +0000)
committermpv <mpv@opencascade.com>
Wed, 8 Jun 2005 04:47:20 +0000 (04:47 +0000)
added "include <qlabel.h>" because the new qt 3.3.3 do not includes it

58 files changed:
src/BasicGUI/BasicGUI_ArcDlg.cxx
src/BasicGUI/BasicGUI_CircleDlg.cxx
src/BasicGUI/BasicGUI_CurveDlg.cxx
src/BasicGUI/BasicGUI_EllipseDlg.cxx
src/BasicGUI/BasicGUI_LineDlg.cxx
src/BasicGUI/BasicGUI_MarkerDlg.cxx
src/BasicGUI/BasicGUI_PointDlg.cxx
src/BasicGUI/BasicGUI_VectorDlg.cxx
src/BasicGUI/BasicGUI_WorkingPlaneDlg.cxx
src/BlocksGUI/BlocksGUI_BlockDlg.cxx
src/BlocksGUI/BlocksGUI_ExplodeDlg.cxx
src/BlocksGUI/BlocksGUI_PropagateDlg.cxx
src/BlocksGUI/BlocksGUI_QuadFaceDlg.cxx
src/BlocksGUI/BlocksGUI_TrsfDlg.cxx
src/BooleanGUI/BooleanGUI_Dialog.cxx
src/BuildGUI/BuildGUI_CompoundDlg.cxx
src/BuildGUI/BuildGUI_EdgeDlg.cxx
src/BuildGUI/BuildGUI_FaceDlg.cxx
src/BuildGUI/BuildGUI_ShellDlg.cxx
src/BuildGUI/BuildGUI_SolidDlg.cxx
src/BuildGUI/BuildGUI_WireDlg.cxx
src/EntityGUI/EntityGUI_SketcherDlg.cxx
src/EntityGUI/EntityGUI_SubShapeDlg.cxx
src/GenerationGUI/GenerationGUI_FillingDlg.cxx
src/GenerationGUI/GenerationGUI_PipeDlg.cxx
src/GenerationGUI/GenerationGUI_PrismDlg.cxx
src/GenerationGUI/GenerationGUI_RevolDlg.cxx
src/MeasureGUI/MeasureGUI_BndBoxDlg.cxx
src/MeasureGUI/MeasureGUI_CenterMassDlg.cxx
src/MeasureGUI/MeasureGUI_CheckShapeDlg.cxx
src/MeasureGUI/MeasureGUI_DistanceDlg.cxx
src/MeasureGUI/MeasureGUI_InertiaDlg.cxx
src/MeasureGUI/MeasureGUI_MaxToleranceDlg.cxx
src/MeasureGUI/MeasureGUI_PropertiesDlg.cxx
src/MeasureGUI/MeasureGUI_WhatisDlg.cxx
src/OperationGUI/OperationGUI_ArchimedeDlg.cxx
src/OperationGUI/OperationGUI_ChamferDlg.cxx
src/OperationGUI/OperationGUI_FilletDlg.cxx
src/OperationGUI/OperationGUI_MaterialDlg.cxx
src/OperationGUI/OperationGUI_PartitionDlg.cxx
src/PrimitiveGUI/PrimitiveGUI_BoxDlg.cxx
src/PrimitiveGUI/PrimitiveGUI_ConeDlg.cxx
src/PrimitiveGUI/PrimitiveGUI_CylinderDlg.cxx
src/PrimitiveGUI/PrimitiveGUI_SphereDlg.cxx
src/PrimitiveGUI/PrimitiveGUI_TorusDlg.cxx
src/RepairGUI/RepairGUI_CloseContourDlg.cxx
src/RepairGUI/RepairGUI_DivideEdgeDlg.cxx
src/RepairGUI/RepairGUI_GlueDlg.cxx
src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx
src/RepairGUI/RepairGUI_SuppressFacesDlg.cxx
src/TransformationGUI/TransformationGUI_MirrorDlg.cxx
src/TransformationGUI/TransformationGUI_MultiRotationDlg.cxx
src/TransformationGUI/TransformationGUI_MultiTranslationDlg.cxx
src/TransformationGUI/TransformationGUI_OffsetDlg.cxx
src/TransformationGUI/TransformationGUI_PositionDlg.cxx
src/TransformationGUI/TransformationGUI_RotationDlg.cxx
src/TransformationGUI/TransformationGUI_ScaleDlg.cxx
src/TransformationGUI/TransformationGUI_TranslationDlg.cxx

index 2c1dbc537a311fcaf3391d831c323aaa60c6f8f4..08b2bdebacccdcafd7ece27f9a21260c17ccac2b 100644 (file)
@@ -38,6 +38,8 @@
 
 #include "utilities.h"
 
+#include <qlabel.h>
+
 using namespace std;
 
 //=================================================================================
index 64c718485e1cb7ec9e49bac69244fcbe00ec6c6b..cd3ae5a1b96beec38c2e59290a27f8ff4c119622 100644 (file)
@@ -35,6 +35,8 @@
 
 #include "utilities.h"
 
+#include <qlabel.h>
+
 //=================================================================================
 // class    : BasicGUI_CircleDlg()
 // purpose  : Constructs a BasicGUI_CircleDlg which is a child of 'parent', with the 
index 245fe07a86161437f40a355ac2582d91dd0706ac..6e1a0379db4d3adb410f44651a67e4a69eb35204 100644 (file)
@@ -36,6 +36,8 @@
 
 #include "GEOMImpl_Types.hxx"
 
+#include <qlabel.h>
+
 using namespace std;
 
 //=================================================================================
index 9165c7579e0c648042a5f28599bac34b0f0c852c..fb63fff3d7f4ab78fe19f2986caa3a1ace7b8122 100644 (file)
@@ -33,6 +33,8 @@
 
 #include "utilities.h"
 
+#include <qlabel.h>
+
 using namespace std;
 
 //=================================================================================
index fe435dc53014df0272c53905280a888f1ab81cf8..4d3e5ba0cc23bead282f0ff4f711ebaee34f01b1 100644 (file)
@@ -34,6 +34,8 @@
 
 #include "utilities.h"
 
+#include <qlabel.h>
+
 using namespace std;
 
 //=================================================================================
index c281aec78beffe65682d5ea6a3b53f422844c68e..c78ff9211e323e2acc3629ede80cae82d9fc42f8 100644 (file)
@@ -36,6 +36,8 @@
 #include "GEOMImpl_Types.hxx"
 #include "utilities.h"
 
+#include <qlabel.h>
+
 #include <TopExp.hxx>
 #include <TopAbs.hxx>
 #include <TopoDS.hxx>
index 212c8b67c944d27c5d1d8781308ef58ad0f14cba..bd4ff96d7852b6646c777b155fd026bb02c14caa 100644 (file)
@@ -46,6 +46,7 @@ using namespace std;
 #include <BRep_Tool.hxx>
 
 #include <qapplication.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : BasicGUI_PointDlg()
index b192879a0ee114ca497adb875082db556b0bad2a..93504dc242fa10918e431479714adbf4081b5b8a 100644 (file)
@@ -35,6 +35,7 @@ using namespace std;
 #include "GEOMImpl_Types.hxx"
 
 #include "utilities.h"
+#include <qlabel.h>
 
 //=================================================================================
 // class    : BasicGUI_VectorDlg()
index 991fc997a3ac67bf7b7e10c7d3d6bab0bfb190cf..fa7910aed9eaa38a6405bf8d09cb7edd9ab75471 100644 (file)
@@ -52,6 +52,7 @@ using namespace std;
 #include "GEOMImpl_Types.hxx"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : BasicGUI_WorkingPlaneDlg()
index 888ee3a63eac13c6cd3cbfbb7ca2e58f3430b50a..28d330309e6ceee3914cacfafb67ca291551a83b 100644 (file)
@@ -31,6 +31,8 @@
 
 #include "GEOMImpl_Types.hxx"
 
+#include <qlabel.h>
+
 using namespace std;
 
 //=================================================================================
index 30a03c621aa30fc83598f3aae5d984e2583a29ca..a0ddd4df0d4641d6664fee3de81b72c0960d84f1 100644 (file)
@@ -41,6 +41,7 @@
 #include <qmessagebox.h>
 #include <qtextedit.h>
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : BlocksGUI_ExplodeDlg()
index 2e50ec031da95e1b2e2d8c2b61518b512ea384bf..079c4a4d0e4ae53bc0fbd66554f1afd2c806e3e5 100644 (file)
@@ -32,6 +32,7 @@ using namespace std;
 #include "QAD_Desktop.h"
 #include "GEOMImpl_Types.hxx"
 
+#include <qlabel.h>
 
 //=================================================================================
 // class    : BlocksGUI_PropagateDlg()
index c9529620792bff3d5aab3693232c6e7a97bd6736..242fc2f9a5cf9ddc2fbc51e96f87db8a7e65acbe 100644 (file)
@@ -31,6 +31,8 @@
 
 #include "GEOMImpl_Types.hxx"
 
+#include <qlabel.h>
+
 //using namespace std;
 
 //=================================================================================
index 959df91a660968c3d5c9c7c7f62b481550ffec03..d3cee384d48442c6fdcd56ad68d70f34382c7c22 100644 (file)
@@ -33,6 +33,8 @@
 
 #include <TColStd_IndexedMapOfInteger.hxx>
 
+#include <qlabel.h>
+
 //=================================================================================
 // class    : BlocksGUI_TrsfDlg()
 // purpose  : Constructs a BlocksGUI_TrsfDlg which is a child of 'parent'.
index 68bd77be8e211befdff4c62df1d9a827f7fceac6..8d67f88611d9589006ef01fb95dd6a2856a338ae 100644 (file)
@@ -33,6 +33,8 @@ using namespace std;
 
 #include "QAD_Desktop.h"
 
+#include <qlabel.h>
+
 //=================================================================================
 // class    : BooleanGUI_Dialog()
 // purpose  : Constructs a BooleanGUI_Dialog which is a child of 'parent', with the
index b6f9f06b67d918e91d3643727a5464e3b2dd19a6..c7f045ce2a3d7ac01301a6bc6e2d8c9650ddf390 100644 (file)
@@ -30,6 +30,8 @@
 #include "QAD_Desktop.h"
 #include "GEOMImpl_Types.hxx"
 
+#include <qlabel.h>
+
 //=================================================================================
 // class    : BuildGUI_CompoundDlg()
 // purpose  : Constructs a BuildGUI_CompoundDlg which is a child of 'parent', with the 
index 33518dc5c41e02ce2217b350f16e74a9cdaf72ad..b96eb87842c2a1f8949fa53332ca40f263572f7b 100644 (file)
@@ -35,6 +35,8 @@
 #include "QAD_Desktop.h"
 #include "GEOMImpl_Types.hxx"
 
+#include <qlabel.h>
+
 //=================================================================================
 // class    : BuildGUI_EdgeDlg()
 // purpose  : Constructs a BuildGUI_EdgeDlg which is a child of 'parent', with the 
index 2b76cc7cf8b772e5530b885a94f0e4d0a447d0fb..f1a77cfeb362ff678abd43b12839c791625a8191 100644 (file)
@@ -33,6 +33,7 @@ using namespace std;
 
 //Qt includes
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : BuildGUI_FaceDlg()
index ff65505a63e6b356a316c872bca921ce61d311df..f96cae34aa08ae85ad5af13505a6df94babf92a1 100644 (file)
@@ -31,6 +31,8 @@
 #include "QAD_Desktop.h"
 #include "GEOMImpl_Types.hxx"
 
+#include <qlabel.h>
+
 //=================================================================================
 // class    : BuildGUI_ShellDlg()
 // purpose  : Constructs a BuildGUI_ShellDlg which is a child of 'parent', with the 
index cdd99d738402d057208ba738d48a45f5d4b0b945..1b84c1787e91a72fd1ec9acf274bcb75ba1098df 100644 (file)
@@ -33,6 +33,7 @@
 
 //Qt includes
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : BuildGUI_SolidDlg()
index f7f52d8ad992d928bfbf4ffc431f9f4022a0c96d..af5f5d20dd41d4998cfda0850b8f307b31962de7 100644 (file)
@@ -30,6 +30,8 @@
 #include "QAD_Desktop.h"
 #include "GEOMImpl_Types.hxx"
 
+#include <qlabel.h>
+
 //=================================================================================
 // class    : BuildGUI_WireDlg()
 // purpose  : Constructs a BuildGUI_WireDlg which is a child of 'parent', with the 
index b6e2d1689d5cc597ee6379678df7cae96a78ff49..912da32b7953bfaa40cf718817c80f73105def45 100644 (file)
@@ -34,6 +34,7 @@
 #include "QAD_MessageBox.h"
 
 #include <qpushbutton.h>
+#include <qlabel.h>
 
 #include <BRep_Tool.hxx>
 #include <TopExp.hxx>
index ff6304c63a84399dbd0d83d30173c58c8ea31701..79b1247237433b2e726134d7f4ba616503ffb09e 100644 (file)
@@ -39,6 +39,7 @@
 #include <TopTools_MapOfShape.hxx>
 
 #include <qmessagebox.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : EntityGUI_SubShapeDlg
index 2a5478e7778b59b1ec1cd819986258f43ff5dad8..6dac70454ac4cd200b2e0826aea6886247785b4f 100644 (file)
@@ -47,6 +47,8 @@
 
 #include "utilities.h"
 
+#include <qlabel.h>
+
 //=================================================================================
 // class    : GenerationGUI_FillingDlg()
 // purpose  : Constructs a GenerationGUI_FillingDlg which is a child of 'parent', with the 
index 51674226aee3956feb72d8f46f034320185064c0..bcbd7c9a2684500907b2a32c341e88f6f2aae758 100644 (file)
@@ -42,6 +42,8 @@
 #include "QAD_Desktop.h"
 #include "utilities.h"
 
+#include <qlabel.h>
+
 //=================================================================================
 // class    : GenerationGUI_PipeDlg()
 // purpose  : Constructs a GenerationGUI_PipeDlg which is a child of 'parent', with the 
index afad21c8ce5084f002454e7a118134e20ec260d3..384ed33935114451d88e212b5d32e997b2cc5f16 100644 (file)
@@ -36,6 +36,7 @@
 #include "GEOMImpl_Types.hxx"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 #include "utilities.h"
 
index 61a7627269bc9d7730b23af303d721d3326dcd56..bd0224391ba6adfe4b63b05682a0aba1349ab457 100644 (file)
@@ -38,6 +38,7 @@
 #include "GEOMImpl_Types.hxx"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 #include "utilities.h"
 
index cc7349832c8fee94b3a072ddef61ea1c74a174e1..787f49549f6fac1d641d472b719832d61adaf822 100644 (file)
@@ -43,6 +43,7 @@
 #include <qpushbutton.h>
 #include <qradiobutton.h>
 #include <qbuttongroup.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : MeasureGUI_BndBoxDlg()
index ed0a1087ef1d82d375629105fe5aec05fc19b07f..e55d5814b1dcff4a8fd471e91a2a0e3161f6e17f 100644 (file)
@@ -37,6 +37,8 @@
 #include <TopoDS.hxx>
 #include <gp_Pnt.hxx>
 
+#include <qlabel.h>
+
 //=================================================================================
 // class    : MeasureGUI_CenterMassDlg()
 // purpose  : Constructs a MeasureGUI_CenterMassDlg which is a child of 'parent', with the
index 3ed0566df3e5bf7a5803d176e24758e933800696..a9281c74bc512d8c8f540f4733657f046271207f 100644 (file)
@@ -39,6 +39,7 @@
 #include <qpushbutton.h>
 #include <qradiobutton.h>
 #include <qbuttongroup.h>
+#include <qlabel.h>
 
 #define TEXTEDIT_FONT_FAMILY "Courier"
 #define TEXTEDIT_FONT_SIZE 11
index 2e9a3934a8838a94c1fa8f6ad06687fc54d17098..a3244870c7ad6cd67519df6a7ebd92af77b3e57a 100644 (file)
@@ -52,6 +52,7 @@
 #include <qpushbutton.h>
 #include <qradiobutton.h>
 #include <qbuttongroup.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : MeasureGUI_DistanceDlg()
index 96c38a341a9168b913d40f1394c0c9f7dc11166a..a4630f006e45b47851f5c02d9d21999a064c043e 100644 (file)
@@ -45,6 +45,7 @@
 #include <qpushbutton.h>
 #include <qradiobutton.h>
 #include <qbuttongroup.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : MeasureGUI_InertiaDlg()
index 7fb4de9f6be945e6649d67ccbda45243739b47fa..8869b5d7a6f50cd5dca8551b2a5e290d38115e49 100644 (file)
@@ -38,6 +38,7 @@
 #include <qpushbutton.h>
 #include <qradiobutton.h>
 #include <qbuttongroup.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : MeasureGUI_MaxToleranceDlg()
index b2648870417d59d17541d1f1f31d1d923e8797c1..8ccf6aaa90374b1345a5f8f9db14025184515c3f 100644 (file)
@@ -42,6 +42,7 @@
 #include <qpushbutton.h>
 #include <qradiobutton.h>
 #include <qbuttongroup.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : MeasureGUI_PropertiesDlg()
index 0f30aaed21eda26090f16af205b8ca14bb2d078e..0811a04670f63fcdb6876561fd8bd4e77fcab862 100644 (file)
@@ -49,6 +49,7 @@
 #include <qpushbutton.h>
 #include <qradiobutton.h>
 #include <qbuttongroup.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : MeasureGUI_WhatisDlg( )
index 40170cce27bec496954dd59f22f6077a86fd8dde..87ba4467eaf3c0ed301a9406b0ba10e8d8d948f6 100644 (file)
@@ -32,6 +32,8 @@
 #include "QAD_Config.h"
 #include "QAD_Desktop.h"
 
+#include <qlabel.h>
+
 //=================================================================================
 // class    : OperationGUI_ArchimedeDlg()
 // purpose  : Constructs a OperationGUI_ArchimedeDlg which is a child of 'parent', with the 
index 09b5912a56136c6a467be3d2b0957b6a180fc351..36bb8a64f5bf0bdbea1350d77c7416830dbd5327 100644 (file)
@@ -31,6 +31,7 @@
 #include "DlgRef_SpinBox.h"
 #include "QAD_Desktop.h"
 #include "qpixmap.h"
+#include <qlabel.h>
 #include <list>
 
 #include "GEOMImpl_Types.hxx"
index a498f3cdb2323058442271edb1812f4acf57d401..a72424a98964412c2c99db47be8edf40e2c6fec4 100644 (file)
@@ -31,6 +31,7 @@
 #include "DlgRef_2Sel1Spin.h"
 #include "QAD_Desktop.h"
 #include "qpixmap.h"
+#include <qlabel.h>
 #include <TColStd_IndexedMapOfInteger.hxx>
 #include <list>
 
index bb22312810e3ffa0ad9ec5f0825570eb1853c4ca..478664bf9e3ed0918ec485dae9514ed335d0b07f 100644 (file)
@@ -34,6 +34,7 @@ using namespace std;
 
 #include <qlistview.h>
 #include <qspinbox.h>
+#include <qlabel.h>
 
 //=================================================================================
 // class    : OperationGUI_MaterialDlg()
index be89f1131d66246634e57a6294a4d5ab1322b145..cfe2f03e5f910092c5a398d92ce328a468be3ce3 100644 (file)
@@ -34,6 +34,7 @@
 #include "QAD_Desktop.h"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 #include "utilities.h"
 
index 8a3e3885a440a03ceb80f9199a152d5976862c1f..919710682c0cf9f65136bfa3641a3ef6aa41e28b 100644 (file)
@@ -35,6 +35,8 @@
 
 #include "utilities.h"
 
+#include <qlabel.h>
+
 using namespace std;
 
 
index ad9f97a7a3d8f452692bb0dd981cd93ff304c4be..92d3bc2efe3f0565035fd24e6b0c48c03c0b59a9 100644 (file)
@@ -35,6 +35,8 @@
 
 #include "utilities.h"
 
+#include <qlabel.h>
+
 using namespace std;
 
 //=================================================================================
index 2dd87f49378fe2b9f18c56a719623bc97fa7dba9..31a70cb506b3db4aa9376e8b51b013c74fd447d4 100644 (file)
@@ -35,6 +35,8 @@
 
 #include "utilities.h"
 
+#include <qlabel.h>
+
 using namespace std;
 
 //=================================================================================
index cc05a2c3d46c3f168edd987cb7cfd5c111ca1817..ef1b8a7c5d732d40acb6346eed3f49b6b18479b0 100644 (file)
@@ -36,6 +36,8 @@ using namespace std;
 
 #include "utilities.h"
 
+#include <qlabel.h>
+
 using namespace std;
 
 //=================================================================================
index c6ff5af3d465d5ae9782749f33d7b8da332a7448..d3f5672a385090c848530c8a3f108cc869623240 100644 (file)
@@ -35,6 +35,8 @@
 
 #include "utilities.h"
 
+#include <qlabel.h>
+
 using namespace std;
 
 //=================================================================================
index 46721ef621b8bbb174ff0587dc1e6e285a431135..3e674dd26eeb48308395c53add5568abd59859f1 100644 (file)
@@ -38,6 +38,7 @@ using namespace std;
 
 #include <TopAbs.hxx>
 
+#include <qlabel.h>
 
 //=================================================================================
 // class    : RepairGUI_CloseContourDlg()
index acd54e86dd77a68c8b1dd5c641c6bb21ad800157..14b608e03973b85cd3c7505bed6413e5d7ff024f 100644 (file)
@@ -38,6 +38,7 @@ using namespace std;
 
 #include <TopAbs.hxx>
 
+#include <qlabel.h>
 
 //=================================================================================
 // class    : RepairGUI_DivideEdgeDlg()
index 6a5b0d07a6ecc53808277308f5ae515404ef5272..7a365a158aa0cfdd8adead63901f3bf2d7b9ca16 100644 (file)
@@ -42,6 +42,8 @@ using namespace std;
 
 #include "GEOMImpl_Types.hxx"
 
+#include <qlabel.h>
+
 #define DEFAULT_TOLERANCE_VALUE 1e-07
 
 
index 0b267a88931f6805779b60fa2c4e23c0c1628019..fc1dd35aef71d1f11b1f603c18110e3968c43a58 100755 (executable)
@@ -40,7 +40,7 @@ using namespace std;
 
 #include <qheader.h>
 #include <qmessagebox.h>
-
+#include <qlabel.h>
 
 //=================================================================================
 // class    : RepairGUI_ShapeProcessDlg()
index 55b5d0cd66a2d607595e25213277e8cdd0184b31..6465e7b81d2b905310125c20d46dada7b13d5b23 100644 (file)
@@ -38,6 +38,7 @@ using namespace std;
 
 #include <TopAbs.hxx>
 
+#include <qlabel.h>
 
 //=================================================================================
 // class    : RepairGUI_SuppressFacesDlg()
index b56df85cbd421b734b7f5c051702920c8b5c06ef..c17ca1662ee4e8583d81bfa0a210b4f1c6c14bbb 100644 (file)
@@ -31,6 +31,7 @@
 #include "QAD_Desktop.h"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 #include "GEOMImpl_Types.hxx"
 
index 1a34fb8fb8722592a79171f07bda38bca20647ca..074f8eff6117660d49ecd9328dd1dca5646a36ad 100644 (file)
@@ -34,6 +34,7 @@
 #include "QAD_Desktop.h"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 #include "utilities.h"
 
index 81668ba389a3f68b8b0e61cce76cc2dce880cc94..26e9261c6010ee37d7902bb2f44b4f7f52609b8d 100644 (file)
@@ -34,6 +34,7 @@
 #include "QAD_Desktop.h"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 #include "utilities.h"
 
index 3a7a9cc4a8b48d4d9d2ca03ea692a8573c51caff..9e5af05cffc111815cf6fa3c13ddd9739b7a486f 100644 (file)
@@ -31,6 +31,7 @@
 #include "utilities.h"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 using namespace std;
 
index d6fca90516bbdfd5d6a073d4bf13b1d0dd008811..3ba67b00d6e15cc29df422ea65d5dc564c37c548 100644 (file)
@@ -31,6 +31,7 @@
 #include "QAD_Desktop.h"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 #include "GEOMImpl_Types.hxx"
 
index c440fb477da0f64daaa106b43dd49dfa08172d87..15af01802d6d2aa0f7c001f1983a538d110aee62 100644 (file)
@@ -34,6 +34,7 @@
 #include "GEOMImpl_Types.hxx"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 #include "utilities.h"
 
index 9ea31756d0e1d99ed4de4f1b36e92bc208ae413a..dd9a1492f12f5e73fbce25242616816aea390cbd 100644 (file)
@@ -33,6 +33,7 @@
 #include "GEOMImpl_Types.hxx"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 #include "utilities.h"
 
index 8395089c7b86f8314fddb49296b149c0deb8ef4e..d87f78b5c720f5c9796888ca481eb868bee58252 100644 (file)
@@ -32,6 +32,7 @@
 #include "QAD_Desktop.h"
 
 #include <qcheckbox.h>
+#include <qlabel.h>
 
 #include "GEOMImpl_Types.hxx"