From c2637a0da6d9a1c8626ca39f8451ab3b7cda487a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:47:59 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kviewshell/plugins/djvu/libdjvu/DjVuFile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kviewshell/plugins/djvu/libdjvu/DjVuFile.h') diff --git a/kviewshell/plugins/djvu/libdjvu/DjVuFile.h b/kviewshell/plugins/djvu/libdjvu/DjVuFile.h index e81ef2d5..ea0e6db3 100644 --- a/kviewshell/plugins/djvu/libdjvu/DjVuFile.h +++ b/kviewshell/plugins/djvu/libdjvu/DjVuFile.h @@ -134,7 +134,7 @@ class DjVuNavDir; {\bf Inclusion} is also a new feature specifically designed for a multipage document. Indeed, inside a given document there can be a lot of things shared between its pages. Examples can be the document - annotation (\Ref{DjVuAnno}) and other things like shared tqshapes and + annotation (\Ref{DjVuAnno}) and other things like shared shapes and dictionary (to be implemented). To avoid putting these chunks into every page, we have invented new chunk called #INCL# which purpose is to make the decoder open the specified file and decode it. @@ -217,7 +217,7 @@ public: GP bgpm; /// Pointer to the mask of foreground component of DjVu image (JB2 encoded). GP fgjb; - /// Pointer to the optional tqshape dictionary for the mask (JB2 encoded). + /// Pointer to the optional shape dictionary for the mask (JB2 encoded). GP fgjd; /// Pointer to a colors layer for the foreground component of DjVu image. GP fgpm; @@ -648,7 +648,7 @@ private: const GP &str, bool djvi, bool djvu, bool iw44); int get_dpi(int w, int h); - // Functions dealing with the tqshape directory (fgjd) + // Functions dealing with the shape directory (fgjd) static GP static_get_fgjd(void *); GP get_fgjd(int block=0); -- cgit v1.2.1