summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-22 22:14:44 +0200
committerChris <xchrisx@uber.space>2019-07-23 19:20:07 +0200
commit818d71c9f01df5104a83733e971786743292ae98 (patch)
treef3c0f9aa1adb0eef7c7353dadc079dd97febf0b0
parent10525c77629af1d94c8339de43f1ffcd2716ad9d (diff)
downloadtdegraphics-818d71c9f01df5104a83733e971786743292ae98.tar.gz
tdegraphics-818d71c9f01df5104a83733e971786743292ae98.zip
Remove accidentally added "Qt" prefix from strings.
Signed-off-by: Chris <xchrisx@uber.space>
-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 );