From e69e8b1d09fb579316595b4e6a850e717358a8b1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 19 Jun 2011 19:03:33 +0000 Subject: TQt4 port kdegraphics This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/pmwarpedit.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpovmodeler/pmwarpedit.cpp') diff --git a/kpovmodeler/pmwarpedit.cpp b/kpovmodeler/pmwarpedit.cpp index 3f247eee..f7afa539 100644 --- a/kpovmodeler/pmwarpedit.cpp +++ b/kpovmodeler/pmwarpedit.cpp @@ -29,8 +29,8 @@ #include -PMWarpEdit::PMWarpEdit( TQWidget* parent, const char* name ) - : Base( parent, name ) +PMWarpEdit::PMWarpEdit( TQWidget* tqparent, const char* name ) + : Base( tqparent, name ) { m_pDisplayedObject = 0; } @@ -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( "Orientation:" ), m_pMappingWidget ); + label = new TQLabel( i18n( "Qt::Orientation:" ), m_pMappingWidget ); m_pOrientationEdit = new PMVectorEdit( "x", "y", "z", m_pMappingWidget ); hl = new TQHBoxLayout( vl ); hl->addWidget( label ); -- cgit v1.2.1