diff options
Diffstat (limited to 'src/kernel/ntqnamespace.h')
-rw-r--r-- | src/kernel/ntqnamespace.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h index 6feb7578c..b056c8363 100644 --- a/src/kernel/ntqnamespace.h +++ b/src/kernel/ntqnamespace.h @@ -106,7 +106,7 @@ public: // the following four enums can be combined to one integer which // is passed as textflag to drawText and qt_format_text. - // documented in qpainter.cpp + // documented in tqpainter.cpp enum AlignmentFlags { AlignAuto = 0x0000, // text alignment AlignLeft = 0x0001, @@ -121,7 +121,7 @@ public: AlignCenter = AlignVCenter | AlignHCenter }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum TextFlags { SingleLine = 0x0080, // misc. flags DontClip = 0x0100, @@ -299,14 +299,14 @@ public: AvoidDither = 0x00000080 }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum BGMode { // background mode TransparentMode, OpaqueMode }; #ifndef TQT_NO_COMPAT - // documented in qpainter.cpp + // documented in tqpainter.cpp enum PaintUnit { // paint unit PixelUnit, LoMetricUnit, // OBSOLETE @@ -746,7 +746,7 @@ public: RightArrow }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum RasterOp { // raster op mode CopyROP, OrROP, @@ -766,7 +766,7 @@ public: NorROP, LastROP=NorROP }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum PenStyle { // pen style NoPen, SolidLine, @@ -778,7 +778,7 @@ public: MPenStyle = 0x0f }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum PenCapStyle { // line endcap style FlatCap = 0x00, SquareCap = 0x10, @@ -786,7 +786,7 @@ public: MPenCapStyle = 0x30 }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum PenJoinStyle { // line join style MiterJoin = 0x00, BevelJoin = 0x40, @@ -794,7 +794,7 @@ public: MPenJoinStyle = 0xc0 }; - // documented in qpainter.cpp + // documented in tqpainter.cpp enum BrushStyle { // brush style NoBrush, SolidPattern, |