summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:07:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-03-05 05:07:44 +0100
commit357c5d375f2bbb11bafae91ecafe27bf7de60dc2 (patch)
treef65f166c7e4b52f60a17338e97879c93fc655262 /tdefile-plugins
parentdc1420defbbd96b3499a6e9ad2b597e02a1c1637 (diff)
downloadtdegraphics-357c5d375f2bbb11bafae91ecafe27bf7de60dc2.tar.gz
tdegraphics-357c5d375f2bbb11bafae91ecafe27bf7de60dc2.zip
Fix incorrectly renamed strings
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/pcx/tdefile_pcx.h6
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);