diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-03-05 05:07:44 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-03-05 05:41:26 +0100 |
commit | 844e85f38df237672dce1aa370bade4398cb3d8f (patch) | |
tree | f65f166c7e4b52f60a17338e97879c93fc655262 /tdefile-plugins/pcx | |
parent | 056e72b5016b5231277b02bc639a6229b2d286d9 (diff) | |
download | tdegraphics-844e85f38df237672dce1aa370bade4398cb3d8f.tar.gz tdegraphics-844e85f38df237672dce1aa370bade4398cb3d8f.zip |
Fix incorrectly renamed strings
(cherry picked from commit 357c5d375f2bbb11bafae91ecafe27bf7de60dc2)
Diffstat (limited to 'tdefile-plugins/pcx')
-rw-r--r-- | tdefile-plugins/pcx/tdefile_pcx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdefile-plugins/pcx/tdefile_pcx.h b/tdefile-plugins/pcx/tdefile_pcx.h index 14e9e628..c8e0726e 100644 --- a/tdefile-plugins/pcx/tdefile_pcx.h +++ b/tdefile-plugins/pcx/tdefile_pcx.h @@ -62,9 +62,9 @@ struct PCXHEADER // calculate from Xmax-Xmin.· TQ_UINT16 PaletteInfo; // How to interpret palette- 1 = Color/BW, // 2 = Grayscale ( ignored in PB IV/ IV + )· - TQ_UINT16 HScreenSize; //Qt::Horizontal screen size in pixels. New field + TQ_UINT16 HScreenSize; // Horizontal screen size in pixels. New field // found only in PB IV/IV Plus - TQ_UINT16 VScreenSize; //Qt::Vertical screen size in pixels. New field + TQ_UINT16 VScreenSize; // Vertical screen size in pixels. New field // found only in PB IV/IV Plus TQ_UINT8 Filler[ 54 ]; // Blank to fill out 128 byte header. Set all // bytes to 0 @@ -73,7 +73,7 @@ struct PCXHEADER class KPcxPlugin: public KFilePlugin { Q_OBJECT - + public: KPcxPlugin(TQObject *parent, const char *name, const TQStringList& args); |