diff options
Diffstat (limited to 'kdvi/psgs.h')
-rw-r--r-- | kdvi/psgs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kdvi/psgs.h b/kdvi/psgs.h index c1062f13..01b5aa96 100644 --- a/kdvi/psgs.h +++ b/kdvi/psgs.h @@ -34,6 +34,7 @@ public: class ghostscript_interface : public TQObject { Q_OBJECT + TQ_OBJECT public: ghostscript_interface(); @@ -62,7 +63,7 @@ public: void graphics(const PageNumber& page, double dpi, long magnification, TQPainter* paint); // Returns the background color for a certain page. If no color was - // set, Qt::white is returned. + // set, TQt::white is returned. TQColor getBackgroundColor(const PageNumber& page) const; TQString *PostScriptHeaderString; |