summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2015-03-05 05:03:32 +0100
committerSlávek Banko <[email protected]>2015-03-05 05:38:11 +0100
commit5254056d0fbc4d05dde43c7ad44c085decf8569d (patch)
tree7f90c18f437c297fe12cc19dc96914e2b8cace4a /lib
parent0a817ecfcd6e71f30c1261d43cb4d019557dd878 (diff)
downloadkoffice-5254056d0fbc4d05dde43c7ad44c085decf8569d.tar.gz
koffice-5254056d0fbc4d05dde43c7ad44c085decf8569d.zip
Fix incorrectly renamed strings
(cherry picked from commit f9f32cc93e35d51abba0fb9f26afc211c60a5ea4)
Diffstat (limited to 'lib')
-rw-r--r--lib/koproperty/editors/cursoredit.cpp18
-rw-r--r--lib/kotext/KoTextFormatter.cpp2
2 files changed, 10 insertions, 10 deletions
diff --git a/lib/koproperty/editors/cursoredit.cpp b/lib/koproperty/editors/cursoredit.cpp
index 042256a0..a95ab91f 100644
--- a/lib/koproperty/editors/cursoredit.cpp
+++ b/lib/koproperty/editors/cursoredit.cpp
@@ -46,14 +46,14 @@ CursorEdit::CursorEdit(Property *property, TQWidget *parent, const char *name)
(*m_spValues)[i18n("Cross")] = TQt::CrossCursor;
(*m_spValues)[i18n("Waiting")] = TQt::WaitCursor;
(*m_spValues)[i18n("iBeam")] = TQt::IbeamCursor;
- (*m_spValues)[i18n("SizeQt::Vertical")] = TQt::SizeVerCursor;
- (*m_spValues)[i18n("SizeQt::Horizontal")] = TQt::SizeHorCursor;
+ (*m_spValues)[i18n("Size Vertical")] = TQt::SizeVerCursor;
+ (*m_spValues)[i18n("Size Horizontal")] = TQt::SizeHorCursor;
(*m_spValues)[i18n("Size Slash")] = TQt::SizeBDiagCursor;
(*m_spValues)[i18n("Size Backslash")] = TQt::SizeFDiagCursor;
(*m_spValues)[i18n("Size All")] = TQt::SizeAllCursor;
(*m_spValues)[i18n("Blank")] = TQt::BlankCursor;
- (*m_spValues)[i18n("SplitQt::Vertical")] = TQt::SplitVCursor;
- (*m_spValues)[i18n("SplitQt::Horizontal")] = TQt::SplitHCursor;
+ (*m_spValues)[i18n("Split Vertical")] = TQt::SplitVCursor;
+ (*m_spValues)[i18n("Split Horizontal")] = TQt::SplitHCursor;
(*m_spValues)[i18n("Pointing Hand")] = TQt::PointingHandCursor;
(*m_spValues)[i18n("Forbidden")] = TQt::ForbiddenCursor;
(*m_spValues)[i18n("What's this")] = TQt::WhatsThisCursor;
@@ -62,7 +62,7 @@ CursorEdit::CursorEdit(Property *property, TQWidget *parent, const char *name)
//! @todo NOT THREAD-SAFE
if (!m_cursorListData) {
TQValueList<TQVariant> keys;
- keys
+ keys
<< TQt::BlankCursor
<< TQt::ArrowCursor
<< TQt::UpArrowCursor
@@ -86,13 +86,13 @@ CursorEdit::CursorEdit(Property *property, TQWidget *parent, const char *name)
<< i18n("Mouse Cursor Shape", "Cross")
<< i18n("Mouse Cursor Shape", "Waiting")
<< i18n("Mouse Cursor Shape", "I")
- << i18n("Mouse Cursor Shape", "SizeQt::Vertical")
- << i18n("Mouse Cursor Shape", "SizeQt::Horizontal")
+ << i18n("Mouse Cursor Shape", "Size Vertical")
+ << i18n("Mouse Cursor Shape", "Size Horizontal")
<< i18n("Mouse Cursor Shape", "Size Slash")
<< i18n("Mouse Cursor Shape", "Size Backslash")
<< i18n("Mouse Cursor Shape", "Size All")
- << i18n("Mouse Cursor Shape", "SplitQt::Vertical")
- << i18n("Mouse Cursor Shape", "SplitQt::Horizontal")
+ << i18n("Mouse Cursor Shape", "Split Vertical")
+ << i18n("Mouse Cursor Shape", "Split Horizontal")
<< i18n("Mouse Cursor Shape", "Pointing Hand")
<< i18n("Mouse Cursor Shape", "Forbidden")
<< i18n("Mouse Cursor Shape", "What's This?");
diff --git a/lib/kotext/KoTextFormatter.cpp b/lib/kotext/KoTextFormatter.cpp
index 552bcf27..39817a20 100644
--- a/lib/kotext/KoTextFormatter.cpp
+++ b/lib/kotext/KoTextFormatter.cpp
@@ -30,7 +30,7 @@
//#define DEBUG_FORMATTER
-//Qt::Vertical info (height, baseline etc.)
+// Vertical info (height, baseline etc.)
//#define DEBUG_FORMATTER_VERT
// Line and paragraph width