diff options
Diffstat (limited to 'kmahjongg/Tileset.h')
-rw-r--r-- | kmahjongg/Tileset.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmahjongg/Tileset.h b/kmahjongg/Tileset.h index f728dfb0..c93cf102 100644 --- a/kmahjongg/Tileset.h +++ b/kmahjongg/Tileset.h @@ -61,14 +61,14 @@ class Tileset { private: - TQBitmap tqmaskBits; // xbm tqmask for the tile - TQBitmap tqmaskBitsMini; // xbm tqmask for the tile + TQBitmap maskBits; // xbm tqmask for the tile + TQBitmap maskBitsMini; // xbm tqmask for the tile TQRgb* tiles; // Buffer containing all tiles (unselected glyphs) TQRgb* selectedTiles; // Buffer containing all tiles (selected glyphs) // in version 0.5 we have moved ftom using images and calculating - // tqmasks etc, to using pixmaps and letting the blt do the hard work, + // masks etc, to using pixmaps and letting the blt do the hard work, // in hardware. TQPixmap selectedPix[maxTiles]; // selected tiles TQPixmap unselectedPix[maxTiles]; // unselected tiles |