diff options
Diffstat (limited to 'kdvi/glyph.h')
-rw-r--r-- | kdvi/glyph.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdvi/glyph.h b/kdvi/glyph.h index 65f86327..2265c6df 100644 --- a/kdvi/glyph.h +++ b/kdvi/glyph.h @@ -8,8 +8,8 @@ struct bitmap { - Q_UINT16 w, h; /* width and height in pixels */ - Q_UINT16 bytes_wide; /* scan-line width in bytes */ + TQ_UINT16 w, h; /* width and height in pixels */ + TQ_UINT16 bytes_wide; /* scan-line width in bytes */ char *bits; /* pointer to the bits */ }; @@ -24,7 +24,7 @@ class glyph { TQColor color; // DVI units to move reference point - Q_INT32 dvi_advance_in_units_of_design_size_by_2e20; + TQ_INT32 dvi_advance_in_units_of_design_size_by_2e20; // x and y offset in pixels short x, y; |