Fix inadvertently renamed Orientation => Qt::Orientation.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e89dc6d4d0)
r14.0.x
Slávek Banko 4 years ago
parent bd80e20e2c
commit b278f84894
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -139,7 +139,7 @@ void PMWarpEdit::createTopWidgets( )
/* Mapping Warp Objects */
m_pMappingWidget = new TQWidget( this );
vl = new TQVBoxLayout( m_pMappingWidget, 0, KDialog::spacingHint( ) );
label = new TQLabel( i18n( "Qt::Orientation:" ), m_pMappingWidget );
label = new TQLabel( i18n( "Orientation:" ), m_pMappingWidget );
m_pOrientationEdit = new PMVectorEdit( "x", "y", "z", m_pMappingWidget );
hl = new TQHBoxLayout( vl );
hl->addWidget( label );

Loading…
Cancel
Save