summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kpovmodeler/pmcameraedit.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpovmodeler/pmcameraedit.cpp b/kpovmodeler/pmcameraedit.cpp
index 4ac2528d..047d074e 100644
--- a/kpovmodeler/pmcameraedit.cpp
+++ b/kpovmodeler/pmcameraedit.cpp
@@ -53,10 +53,10 @@ void PMCameraEdit::createTopWidgets( )
m_pCameraType->insertItem( i18n( "Cylinder" ) );
m_pCylinderType = new TQComboBox( false, this );
- m_pCylinderType->insertItem( i18n( "1:Qt::Vertical, Fixed Viewpoint" ) );
- m_pCylinderType->insertItem( i18n( "2:Qt::Horizontal, Fixed Viewpoint" ) );
- m_pCylinderType->insertItem( i18n( "3:Qt::Vertical, Variable Viewpoint" ) );
- m_pCylinderType->insertItem( i18n( "4:Qt::Horizontal, Variable Viewpoint" ) );
+ m_pCylinderType->insertItem( i18n( "1: Vertical, Fixed Viewpoint" ) );
+ m_pCylinderType->insertItem( i18n( "2: Horizontal, Fixed Viewpoint" ) );
+ m_pCylinderType->insertItem( i18n( "3: Vertical, Variable Viewpoint" ) );
+ m_pCylinderType->insertItem( i18n( "4: Horizontal, Variable Viewpoint" ) );
m_pLocation = new PMVectorEdit( "x", "y", "z", this );
m_pSky = new PMVectorEdit( "x", "y", "z", this );