summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqnamespace.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /src/kernel/ntqnamespace.h
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/ntqnamespace.h')
-rw-r--r--src/kernel/ntqnamespace.h18
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,