diff options
Diffstat (limited to 'kexi/kexidb/field.h')
-rw-r--r-- | kexi/kexidb/field.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexidb/field.h b/kexi/kexidb/field.h index a99e845e..da719cc7 100644 --- a/kexi/kexidb/field.h +++ b/kexi/kexidb/field.h @@ -314,7 +314,7 @@ class KEXI_DB_EXPORT Field /*! \return (optional) subtype for this field. Subtype is a string providing additional hint for field's type. E.g. for BLOB type, it can be a MIME type or certain TQVariant type name, - for example: TQPIXMAP_OBJECT_NAME_STRING, "TQColor" or "TQFont" */ + for example: "TQPixmap", "TQColor" or "TQFont" */ inline TQString subType() const { return m_subType; } /*! Sets (optional) subtype for this field. |