Update TQt3 property/enum macros

r14.0.x
Darrell Anderson 12 years ago
parent 5e8825eca4
commit dd6dd9e2bb

@ -133,15 +133,15 @@ class KDCHART_EXPORT KDChartAxisParams : public TQObject
{
Q_OBJECT
Q_ENUMS(AxisType)
Q_ENUMS(AxisPos)
Q_ENUMS(AxisAreaMode)
Q_ENUMS(AxisCalcMode)
Q_ENUMS(LabelsFromDataRow)
Q_ENUMS(ValueScale)
TQ_ENUMS(AxisType)
TQ_ENUMS(AxisPos)
TQ_ENUMS(AxisAreaMode)
TQ_ENUMS(AxisCalcMode)
TQ_ENUMS(LabelsFromDataRow)
TQ_ENUMS(ValueScale)
// Neede by TQSA
Q_ENUMS( PenStyle )
TQ_ENUMS( PenStyle )
public:

@ -47,9 +47,9 @@ class KDCHART_EXPORT KDChartEnums :public TQObject
{
Q_OBJECT
Q_ENUMS( TextLayoutPolicy )
Q_ENUMS( AreaName )
Q_ENUMS( PositionFlag )
TQ_ENUMS( TextLayoutPolicy )
TQ_ENUMS( AreaName )
TQ_ENUMS( PositionFlag )
public:
/**

@ -141,26 +141,26 @@ class KDCHART_EXPORT KDChartParams : public TQObject
Q_OBJECT
Q_ENUMS(ChartType)
Q_ENUMS(SourceMode)
Q_ENUMS(BarChartSubType)
Q_ENUMS(LineChartSubType)
Q_ENUMS(LineMarkerStyle)
Q_ENUMS(AreaChartSubType)
Q_ENUMS(AreaLocation)
Q_ENUMS(PolarChartSubType)
Q_ENUMS(PolarMarkerStyle)
Q_ENUMS(HiLoChartSubType)
Q_ENUMS(BWChartSubType)
Q_ENUMS(BWStatVal)
Q_ENUMS(LegendPosition)
Q_ENUMS(LegendSource)
Q_ENUMS(HdFtPos)
TQ_ENUMS(ChartType)
TQ_ENUMS(SourceMode)
TQ_ENUMS(BarChartSubType)
TQ_ENUMS(LineChartSubType)
TQ_ENUMS(LineMarkerStyle)
TQ_ENUMS(AreaChartSubType)
TQ_ENUMS(AreaLocation)
TQ_ENUMS(PolarChartSubType)
TQ_ENUMS(PolarMarkerStyle)
TQ_ENUMS(HiLoChartSubType)
TQ_ENUMS(BWChartSubType)
TQ_ENUMS(BWStatVal)
TQ_ENUMS(LegendPosition)
TQ_ENUMS(LegendSource)
TQ_ENUMS(HdFtPos)
// Needed for TQSA
Q_ENUMS( BrushStyle )
Q_ENUMS( PenStyle )
Q_ENUMS( Orientation )
TQ_ENUMS( BrushStyle )
TQ_ENUMS( PenStyle )
TQ_ENUMS( Orientation )
public slots: // PENDING(blackie) merge public slots into one section.

@ -67,10 +67,10 @@ class KDCHART_EXPORT KDChartPropertySet :public TQObject
{
Q_OBJECT
Q_ENUMS( SpecialDataPropertyID )
TQ_ENUMS( SpecialDataPropertyID )
// Required by TQSA
Q_ENUMS( PenStyle )
TQ_ENUMS( PenStyle )
friend class KDChartParams;

@ -88,12 +88,12 @@ class KDCHART_EXPORT KDFrame : public TQObject
{
Q_OBJECT
Q_ENUMS( BackPixmapMode )
Q_ENUMS( SimpleFrame )
Q_ENUMS( ProfileName )
Q_ENUMS( CornerName )
Q_ENUMS( CornerStyle )
Q_ENUMS( KDFramePaintSteps )
TQ_ENUMS( BackPixmapMode )
TQ_ENUMS( SimpleFrame )
TQ_ENUMS( ProfileName )
TQ_ENUMS( CornerName )
TQ_ENUMS( CornerStyle )
TQ_ENUMS( KDFramePaintSteps )
public:
//// GENERAL

Loading…
Cancel
Save