diff options
Diffstat (limited to 'src/gvcore/gimp.h')
-rw-r--r-- | src/gvcore/gimp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gvcore/gimp.h b/src/gvcore/gimp.h index b93b491..552916b 100644 --- a/src/gvcore/gimp.h +++ b/src/gvcore/gimp.h @@ -1,6 +1,6 @@ // vim: set tabstop=4 shiftwidth=4 noexpandtab /* -*- c++ -*- - * gimp.h: Header for a Qt 3 plug-in for reading GIMP XCF image files + * gimp.h: Header for a TQt 3 plug-in for reading GIMP XCF image files * Copyright (C) 2001 lignum Computing, Inc. <allen@lignumcomputing.com> * * This plug-in is free software; you can redistribute it and/or @@ -42,9 +42,9 @@ const uchar OPAQUE_OPACITY = 255; //!< Opaque value for 8-bit alpha component. // From GIMP "apptypes.h" v1.2 -//! Basic GIMP image type. QImage converter may produce a deeper image +//! Basic GIMP image type. TQImage converter may produce a deeper image //! than is specified here. For example, a grayscale image with an -//! alpha channel must (currently) use a 32-bit Qt image. +//! alpha channel must (currently) use a 32-bit TQt image. typedef enum { |