summaryrefslogtreecommitdiffstats
path: root/doc/html/qnamespace-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qnamespace-h.html')
-rw-r--r--doc/html/qnamespace-h.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qnamespace-h.html b/doc/html/qnamespace-h.html
index c87d5fb4..0da21b4e 100644
--- a/doc/html/qnamespace-h.html
+++ b/doc/html/qnamespace-h.html
@@ -140,7 +140,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,
@@ -155,7 +155,7 @@ public:
AlignCenter = AlignVCenter | AlignHCenter
};
- // documented in qpainter.cpp
+ // documented in tqpainter.cpp
enum TextFlags {
SingleLine = 0x0080, // misc. flags
DontClip = 0x0100,
@@ -311,14 +311,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
@@ -671,7 +671,7 @@ public:
RightArrow
};
- // documented in qpainter.cpp
+ // documented in tqpainter.cpp
enum RasterOp { // raster op mode
CopyROP,
OrROP,
@@ -691,7 +691,7 @@ public:
NorROP, LastROP=NorROP
};
- // documented in qpainter.cpp
+ // documented in tqpainter.cpp
enum PenStyle { // pen style
NoPen,
SolidLine,
@@ -702,7 +702,7 @@ public:
MPenStyle = 0x0f
};
- // documented in qpainter.cpp
+ // documented in tqpainter.cpp
enum PenCapStyle { // line endcap style
FlatCap = 0x00,
SquareCap = 0x10,
@@ -710,7 +710,7 @@ public:
MPenCapStyle = 0x30
};
- // documented in qpainter.cpp
+ // documented in tqpainter.cpp
enum PenJoinStyle { // line join style
MiterJoin = 0x00,
BevelJoin = 0x40,
@@ -718,7 +718,7 @@ public:
MPenJoinStyle = 0xc0
};
- // documented in qpainter.cpp
+ // documented in tqpainter.cpp
enum BrushStyle { // brush style
NoBrush,
SolidPattern,