diff options
Diffstat (limited to 'kdvi/TeXFont_TFM.h')
-rw-r--r-- | kdvi/TeXFont_TFM.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdvi/TeXFont_TFM.h b/kdvi/TeXFont_TFM.h index e68ba872..737c8bed 100644 --- a/kdvi/TeXFont_TFM.h +++ b/kdvi/TeXFont_TFM.h @@ -26,7 +26,7 @@ class TeXFont_TFM : public TeXFont { TeXFont_TFM(TeXFontDefinition *parent); ~TeXFont_TFM(); - glyph* getGlyph(Q_UINT16 character, bool generateCharacterPixmap=false, const QColor& color=Qt::black); + glyph* getGlyph(Q_UINT16 character, bool generateCharacterPixmap=false, const TQColor& color=Qt::black); private: fix_word characterWidth_in_units_of_design_size[256]; |