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_OBJECT
Q_ENUMS(AxisType) TQ_ENUMS(AxisType)
Q_ENUMS(AxisPos) TQ_ENUMS(AxisPos)
Q_ENUMS(AxisAreaMode) TQ_ENUMS(AxisAreaMode)
Q_ENUMS(AxisCalcMode) TQ_ENUMS(AxisCalcMode)
Q_ENUMS(LabelsFromDataRow) TQ_ENUMS(LabelsFromDataRow)
Q_ENUMS(ValueScale) TQ_ENUMS(ValueScale)
// Neede by TQSA // Neede by TQSA
Q_ENUMS( PenStyle ) TQ_ENUMS( PenStyle )
public: public:

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

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

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

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

Loading…
Cancel
Save