summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-22 22:14:44 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-07-23 19:45:08 +0200
commitb0d278f249a99898bc1dafb74646e00729a0fd7f (patch)
tree760fd02bfc47712d30e04102df39778cd535b6c5
parent5c46a99140d30dded0330cfab8c3186cb58e7f30 (diff)
downloadtdegraphics-b0d278f249a99898bc1dafb74646e00729a0fd7f.tar.gz
tdegraphics-b0d278f249a99898bc1dafb74646e00729a0fd7f.zip
Remove accidentally added "Qt" prefix from strings.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 818d71c9f01df5104a83733e971786743292ae98)
-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 );