diff options
Diffstat (limited to 'kooka/kadmosocr.cpp')
-rw-r--r-- | kooka/kadmosocr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/kadmosocr.cpp b/kooka/kadmosocr.cpp index a0ad590b..3110451f 100644 --- a/kooka/kadmosocr.cpp +++ b/kooka/kadmosocr.cpp @@ -356,7 +356,7 @@ KADMOS_ERROR CRep::SetImage(TQImage *Image) m_RepData.image.width = Image->width(); m_RepData.image.height = Image->height(); m_RepData.image.bitsperpixel = Image->depth(); - m_RepData.image.alignment = 1; + m_RepData.image.tqalignment = 1; m_RepData.image.fillorder = FILLORDER_MSB2LSB; // color if( Image->depth() == 1 || (Image->numColors()==2 && Image->depth() == 8) ) |