Fix incorrectly renamed strings

pull/1/head
Slávek Banko 9 years ago
parent dc1420defb
commit 357c5d375f

@ -209,13 +209,13 @@ TopLevel::TopLevel (TQWidget *, const char *name)
qtwin = faxqtwin->winId(); qtwin = faxqtwin->winId();
faxqtwin->setFrameStyle(TQFrame::Panel | TQFrame::Sunken); faxqtwin->setFrameStyle(TQFrame::Panel | TQFrame::Sunken);
// Create aQt::Vertical scroll bar // Create a Vertical scroll bar
vsb = new TQScrollBar( Qt::Vertical,faxqtwin,"scrollBar" ); vsb = new TQScrollBar( Qt::Vertical,faxqtwin,"scrollBar" );
vsb->hide(); vsb->hide();
connect( vsb, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(scrollVert(int)) ); connect( vsb, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(scrollVert(int)) );
// Create aQt::Horizontal scroll bar // Create a Horizontal scroll bar
hsb = new TQScrollBar( Qt::Horizontal,faxqtwin,"scrollBar" ); hsb = new TQScrollBar( Qt::Horizontal,faxqtwin,"scrollBar" );
connect( hsb, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(scrollHorz(int)) ); connect( hsb, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(scrollHorz(int)) );

@ -148,8 +148,8 @@ public:
/** /**
* Sets the horizontal and vertical zoom levels. * Sets the horizontal and vertical zoom levels.
* *
* @param hzoomQt::Horizontal zoom level. * @param hzoom Horizontal zoom level.
* @param vzoomQt::Vertical zoom level. * @param vzoom Vertical zoom level.
* *
* If reimplementing, you must call this base implementation. * If reimplementing, you must call this base implementation.
*/ */
@ -228,7 +228,7 @@ protected slots:
public: public:
/** /**
* @param viewXQt::Horizontal position in view coordinates. * @param viewX Horizontal position in view coordinates.
* *
* @returns viewX transformed to document coordinates, based on the * @returns viewX transformed to document coordinates, based on the
* origin() and zoomLevelX(). * origin() and zoomLevelX().
@ -236,7 +236,7 @@ public:
double transformViewToDocX (double viewX) const; double transformViewToDocX (double viewX) const;
/** /**
* @param viewYQt::Vertical position in view coordinates. * @param viewY Vertical position in view coordinates.
* *
* @returns viewY transformed to document coordinates, based on the * @returns viewY transformed to document coordinates, based on the
* origin() and zoomLevelY(). * origin() and zoomLevelY().
@ -265,7 +265,7 @@ public:
/** /**
* @param docXQt::Horizontal position in document coordinates. * @param docX Horizontal position in document coordinates.
* *
* @returns docX transformed to view coordinates, based on the origin() * @returns docX transformed to view coordinates, based on the origin()
* and zoomLevelX(). * and zoomLevelX().
@ -273,7 +273,7 @@ public:
double transformDocToViewX (double docX) const; double transformDocToViewX (double docX) const;
/** /**
* @param docYQt::Vertical position in document coordinates. * @param docY Vertical position in document coordinates.
* *
* @returns docY transformed to view coordinates, based on the origin() * @returns docY transformed to view coordinates, based on the origin()
* and zoomLevelY(). * and zoomLevelY().

@ -96,7 +96,7 @@ EngineError KGOCRDialog::setupGui()
TDEConfig *conf = TDEGlobal::config (); TDEConfig *conf = TDEGlobal::config ();
conf->setGroup( CFG_GROUP_OCR_DIA ); conf->setGroup( CFG_GROUP_OCR_DIA );
//Qt::Horizontal line // Horizontal line
// (void) new KSeparator( KSeparator::HLine, page); // (void) new KSeparator( KSeparator::HLine, page);
// Entry-Field. // Entry-Field.

@ -271,7 +271,7 @@ EngineError KadmosDialog::setupGui()
/* continue page setup on the first page */ /* continue page setup on the first page */
TQVBox *page = ocrPage(); TQVBox *page = ocrPage();
//Qt::Horizontal line // Horizontal line
(void) new KSeparator( KSeparator::HLine, page); (void) new KSeparator( KSeparator::HLine, page);
// FIXME: dynamic classifier reading. // FIXME: dynamic classifier reading.

@ -107,7 +107,7 @@ EngineError ocradDialog::setupGui()
TDEConfig *conf = TDEGlobal::config (); TDEConfig *conf = TDEGlobal::config ();
conf->setGroup( CFG_GROUP_OCR_DIA ); conf->setGroup( CFG_GROUP_OCR_DIA );
//Qt::Horizontal line // Horizontal line
// (void) new KSeparator( KSeparator::HLine, page); // (void) new KSeparator( KSeparator::HLine, page);
// Entry-Field. // Entry-Field.

@ -192,7 +192,7 @@ actionCollection());
TQT_TQOBJECT(this), TQT_SLOT( slMirrorVertical() ), TQT_TQOBJECT(this), TQT_SLOT( slMirrorVertical() ),
actionCollection(), "mirrorVertical" ); actionCollection(), "mirrorVertical" );
(void) new TDEAction(i18n("&Mirror ImageQt::Horizontally"), "mirror-horiz", CTRL+Key_M, (void) new TDEAction(i18n("&Mirror Image Horizontally"), "mirror-horiz", CTRL+Key_M,
TQT_TQOBJECT(this), TQT_SLOT( slMirrorHorizontal() ), TQT_TQOBJECT(this), TQT_SLOT( slMirrorHorizontal() ),
actionCollection(), "mirrorHorizontal" ); actionCollection(), "mirrorHorizontal" );

@ -86,12 +86,12 @@
<widget class="TQComboBox" row="1" column="1"> <widget class="TQComboBox" row="1" column="1">
<item> <item>
<property name="text"> <property name="text">
<string>Blinds::Vertical</string> <string>Blinds Vertical</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>Blinds::Horizontal</string> <string>Blinds Horizontal</string>
</property> </property>
</item> </item>
<item> <item>
@ -136,22 +136,22 @@
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>SplitQt::Horizontal In</string> <string>Split Horizontal In</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>SplitQt::Horizontal Out</string> <string>Split Horizontal Out</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>SplitQt::Vertical In</string> <string>Split Vertical In</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>SplitQt::Vertical Out</string> <string>Split Vertical Out</string>
</property> </property>
</item> </item>
<item> <item>

@ -62,9 +62,9 @@ struct PCXHEADER
// calculate from Xmax-Xmin.· // calculate from Xmax-Xmin.·
TQ_UINT16 PaletteInfo; // How to interpret palette- 1 = Color/BW, TQ_UINT16 PaletteInfo; // How to interpret palette- 1 = Color/BW,
// 2 = Grayscale ( ignored in PB IV/ IV + )· // 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 // 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 // found only in PB IV/IV Plus
TQ_UINT8 Filler[ 54 ]; // Blank to fill out 128 byte header. Set all TQ_UINT8 Filler[ 54 ]; // Blank to fill out 128 byte header. Set all
// bytes to 0 // bytes to 0

Loading…
Cancel
Save