Porting to Mandrake 10.1 and new products:

added "include <qlabel.h>" because the new qt 3.3.3 do not includes it
This commit is contained in:
mpv 2005-06-08 04:47:20 +00:00
parent 1b212c135e
commit fb47f1a747
58 changed files with 82 additions and 1 deletions

View File

@ -38,6 +38,8 @@
#include "utilities.h"
#include <qlabel.h>
using namespace std;
//=================================================================================

View 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

View File

@ -36,6 +36,8 @@
#include "GEOMImpl_Types.hxx"
#include <qlabel.h>
using namespace std;
//=================================================================================

View File

@ -33,6 +33,8 @@
#include "utilities.h"
#include <qlabel.h>
using namespace std;
//=================================================================================

View File

@ -34,6 +34,8 @@
#include "utilities.h"
#include <qlabel.h>
using namespace std;
//=================================================================================

View File

@ -36,6 +36,8 @@
#include "GEOMImpl_Types.hxx"
#include "utilities.h"
#include <qlabel.h>
#include <TopExp.hxx>
#include <TopAbs.hxx>
#include <TopoDS.hxx>

View File

@ -46,6 +46,7 @@ using namespace std;
#include <BRep_Tool.hxx>
#include <qapplication.h>
#include <qlabel.h>
//=================================================================================
// class : BasicGUI_PointDlg()

View File

@ -35,6 +35,7 @@ using namespace std;
#include "GEOMImpl_Types.hxx"
#include "utilities.h"
#include <qlabel.h>
//=================================================================================
// class : BasicGUI_VectorDlg()

View File

@ -52,6 +52,7 @@ using namespace std;
#include "GEOMImpl_Types.hxx"
#include <qcheckbox.h>
#include <qlabel.h>
//=================================================================================
// class : BasicGUI_WorkingPlaneDlg()

View File

@ -31,6 +31,8 @@
#include "GEOMImpl_Types.hxx"
#include <qlabel.h>
using namespace std;
//=================================================================================

View File

@ -41,6 +41,7 @@
#include <qmessagebox.h>
#include <qtextedit.h>
#include <qcheckbox.h>
#include <qlabel.h>
//=================================================================================
// class : BlocksGUI_ExplodeDlg()

View File

@ -32,6 +32,7 @@ using namespace std;
#include "QAD_Desktop.h"
#include "GEOMImpl_Types.hxx"
#include <qlabel.h>
//=================================================================================
// class : BlocksGUI_PropagateDlg()

View File

@ -31,6 +31,8 @@
#include "GEOMImpl_Types.hxx"
#include <qlabel.h>
//using namespace std;
//=================================================================================

View 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'.

View 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

View 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

View 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

View File

@ -33,6 +33,7 @@ using namespace std;
//Qt includes
#include <qcheckbox.h>
#include <qlabel.h>
//=================================================================================
// class : BuildGUI_FaceDlg()

View 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

View File

@ -33,6 +33,7 @@
//Qt includes
#include <qcheckbox.h>
#include <qlabel.h>
//=================================================================================
// class : BuildGUI_SolidDlg()

View 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

View File

@ -34,6 +34,7 @@
#include "QAD_MessageBox.h"
#include <qpushbutton.h>
#include <qlabel.h>
#include <BRep_Tool.hxx>
#include <TopExp.hxx>

View File

@ -39,6 +39,7 @@
#include <TopTools_MapOfShape.hxx>
#include <qmessagebox.h>
#include <qlabel.h>
//=================================================================================
// class : EntityGUI_SubShapeDlg

View 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

View 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

View File

@ -36,6 +36,7 @@
#include "GEOMImpl_Types.hxx"
#include <qcheckbox.h>
#include <qlabel.h>
#include "utilities.h"

View File

@ -38,6 +38,7 @@
#include "GEOMImpl_Types.hxx"
#include <qcheckbox.h>
#include <qlabel.h>
#include "utilities.h"

View File

@ -43,6 +43,7 @@
#include <qpushbutton.h>
#include <qradiobutton.h>
#include <qbuttongroup.h>
#include <qlabel.h>
//=================================================================================
// class : MeasureGUI_BndBoxDlg()

View 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

View 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

View File

@ -52,6 +52,7 @@
#include <qpushbutton.h>
#include <qradiobutton.h>
#include <qbuttongroup.h>
#include <qlabel.h>
//=================================================================================
// class : MeasureGUI_DistanceDlg()

View File

@ -45,6 +45,7 @@
#include <qpushbutton.h>
#include <qradiobutton.h>
#include <qbuttongroup.h>
#include <qlabel.h>
//=================================================================================
// class : MeasureGUI_InertiaDlg()

View File

@ -38,6 +38,7 @@
#include <qpushbutton.h>
#include <qradiobutton.h>
#include <qbuttongroup.h>
#include <qlabel.h>
//=================================================================================
// class : MeasureGUI_MaxToleranceDlg()

View File

@ -42,6 +42,7 @@
#include <qpushbutton.h>
#include <qradiobutton.h>
#include <qbuttongroup.h>
#include <qlabel.h>
//=================================================================================
// class : MeasureGUI_PropertiesDlg()

View File

@ -49,6 +49,7 @@
#include <qpushbutton.h>
#include <qradiobutton.h>
#include <qbuttongroup.h>
#include <qlabel.h>
//=================================================================================
// class : MeasureGUI_WhatisDlg( )

View 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

View 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"

View 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>

View File

@ -34,6 +34,7 @@ using namespace std;
#include <qlistview.h>
#include <qspinbox.h>
#include <qlabel.h>
//=================================================================================
// class : OperationGUI_MaterialDlg()

View File

@ -34,6 +34,7 @@
#include "QAD_Desktop.h"
#include <qcheckbox.h>
#include <qlabel.h>
#include "utilities.h"

View File

@ -35,6 +35,8 @@
#include "utilities.h"
#include <qlabel.h>
using namespace std;

View File

@ -35,6 +35,8 @@
#include "utilities.h"
#include <qlabel.h>
using namespace std;
//=================================================================================

View File

@ -35,6 +35,8 @@
#include "utilities.h"
#include <qlabel.h>
using namespace std;
//=================================================================================

View File

@ -36,6 +36,8 @@ using namespace std;
#include "utilities.h"
#include <qlabel.h>
using namespace std;
//=================================================================================

View File

@ -35,6 +35,8 @@
#include "utilities.h"
#include <qlabel.h>
using namespace std;
//=================================================================================

View File

@ -38,6 +38,7 @@ using namespace std;
#include <TopAbs.hxx>
#include <qlabel.h>
//=================================================================================
// class : RepairGUI_CloseContourDlg()

View File

@ -38,6 +38,7 @@ using namespace std;
#include <TopAbs.hxx>
#include <qlabel.h>
//=================================================================================
// class : RepairGUI_DivideEdgeDlg()

View File

@ -42,6 +42,8 @@ using namespace std;
#include "GEOMImpl_Types.hxx"
#include <qlabel.h>
#define DEFAULT_TOLERANCE_VALUE 1e-07

View File

@ -40,7 +40,7 @@ using namespace std;
#include <qheader.h>
#include <qmessagebox.h>
#include <qlabel.h>
//=================================================================================
// class : RepairGUI_ShapeProcessDlg()

View File

@ -38,6 +38,7 @@ using namespace std;
#include <TopAbs.hxx>
#include <qlabel.h>
//=================================================================================
// class : RepairGUI_SuppressFacesDlg()

View File

@ -31,6 +31,7 @@
#include "QAD_Desktop.h"
#include <qcheckbox.h>
#include <qlabel.h>
#include "GEOMImpl_Types.hxx"

View File

@ -34,6 +34,7 @@
#include "QAD_Desktop.h"
#include <qcheckbox.h>
#include <qlabel.h>
#include "utilities.h"

View File

@ -34,6 +34,7 @@
#include "QAD_Desktop.h"
#include <qcheckbox.h>
#include <qlabel.h>
#include "utilities.h"

View File

@ -31,6 +31,7 @@
#include "utilities.h"
#include <qcheckbox.h>
#include <qlabel.h>
using namespace std;

View File

@ -31,6 +31,7 @@
#include "QAD_Desktop.h"
#include <qcheckbox.h>
#include <qlabel.h>
#include "GEOMImpl_Types.hxx"

View File

@ -34,6 +34,7 @@
#include "GEOMImpl_Types.hxx"
#include <qcheckbox.h>
#include <qlabel.h>
#include "utilities.h"

View File

@ -33,6 +33,7 @@
#include "GEOMImpl_Types.hxx"
#include <qcheckbox.h>
#include <qlabel.h>
#include "utilities.h"

View File

@ -32,6 +32,7 @@
#include "QAD_Desktop.h"
#include <qcheckbox.h>
#include <qlabel.h>
#include "GEOMImpl_Types.hxx"