From 74c05bbf9d92e43a6cf3799355b5f3598884409e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:56:05 -0600 Subject: Remove additional unneeded tq method conversions --- kviewshell/plugins/djvu/libdjvu/GBitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kviewshell/plugins/djvu/libdjvu/GBitmap.h') diff --git a/kviewshell/plugins/djvu/libdjvu/GBitmap.h b/kviewshell/plugins/djvu/libdjvu/GBitmap.h index 4eef4e2a..74669c05 100644 --- a/kviewshell/plugins/djvu/libdjvu/GBitmap.h +++ b/kviewshell/plugins/djvu/libdjvu/GBitmap.h @@ -365,7 +365,7 @@ public: discussion, the position is (#x/subsample#,#y/subsample#). In other words, you can position the blit with a sub-pixel resolution. The resulting anti-aliasing changes are paramount to the image quality. */ - void blit(const GBitmap *tqshape, int x, int y, int subsample); + void blit(const GBitmap *shape, int x, int y, int subsample); //@} /** @name Saving images. -- cgit v1.2.1