diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 11:54:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-16 23:07:03 +0900 |
commit | 050c10cdbd4f42edd6fe5d68cce2765e56adb157 (patch) | |
tree | f884521f56d5978a8de458483b858f16480246cd /koffice-i18n-nl | |
parent | f690d31475030bae99f575d345e98768684014c3 (diff) | |
download | koffice-i18n-050c10cdbd4f42edd6fe5d68cce2765e56adb157.tar.gz koffice-i18n-050c10cdbd4f42edd6fe5d68cce2765e56adb157.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'koffice-i18n-nl')
-rw-r--r-- | koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook | 12 | ||||
-rw-r--r-- | koffice-i18n-nl/messages/koffice/chalk.po | 3 | ||||
-rw-r--r-- | koffice-i18n-nl/messages/koffice/karbon.po | 21 |
3 files changed, 14 insertions, 22 deletions
diff --git a/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook index 8b1a2628..2bda8c23 100644 --- a/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-nl/docs/koffice/chalk/developers-plugins.docbook @@ -982,7 +982,7 @@ void KisToolStar::move(KisMoveEvent *event) // erase old lines on canvas draw(m_dragStart, m_dragEnd); // move (alt) or resize star - if (event->state() & Qt::AltButton) { + if (event->state() & TQt::AltButton) { KisPoint trans = event->pos() - m_dragEnd; m_dragStart += trans; m_dragEnd += trans; @@ -1050,7 +1050,7 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) > and draws the outline of the star. We call this from the <methodname >move()</methodname > method to give the user feedback of the size and shape of their star. Note that we use the <varname ->Qt::NotROP</varname +>TQt::NotROP</varname > raster operation, which means that calling <methodname >draw()</methodname > a second time with the same start and end point the previously drawn star will be deleted. </para> @@ -1064,14 +1064,14 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) KisCanvasController *controller = m_subject->canvasController(); KisCanvas *canvas = controller->kiscanvas(); KisCanvasPainter p (canvas); - QPen pen(Qt::SolidLine); + QPen pen(TQt::SolidLine); KisPoint startPos; KisPoint endPos; startPos = controller->windowToView(start); endPos = controller->windowToView(end); - p.setRasterOp(Qt::NotROP); + p.setRasterOp(TQt::NotROP); vKisPoint points = starCoordinates(m_vertices, startPos.x(), startPos.y(), endPos.x(), endPos.y()); @@ -1097,8 +1097,8 @@ void KisToolStar::buttonRelease(KisButtonReleaseEvent *event) m_action = static_cast<TDERadioAction *>(collection->action(name())); if (m_action == 0) { - TDEShortcut shortcut(Qt::Key_Plus); - shortcut.append(TDEShortcut(Qt::Key_F9)); + TDEShortcut shortcut(TQt::Key_Plus); + shortcut.append(TDEShortcut(TQt::Key_F9)); m_action = new TDERadioAction(i18n("&Star"), "tool_star", shortcut, diff --git a/koffice-i18n-nl/messages/koffice/chalk.po b/koffice-i18n-nl/messages/koffice/chalk.po index fe22c210..167e3785 100644 --- a/koffice-i18n-nl/messages/koffice/chalk.po +++ b/koffice-i18n-nl/messages/koffice/chalk.po @@ -2017,8 +2017,7 @@ msgid "Emboss in All Directions" msgstr "Reliëf in alle richtingen" #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 -#, fuzzy -msgid "Emboss Horizontal &&Qt::Vertical" +msgid "Emboss Horizontal && Vertical" msgstr "Horizontaal en verticaal reliëf" #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 diff --git a/koffice-i18n-nl/messages/koffice/karbon.po b/koffice-i18n-nl/messages/koffice/karbon.po index 3ff92959..203444a0 100644 --- a/koffice-i18n-nl/messages/koffice/karbon.po +++ b/koffice-i18n-nl/messages/koffice/karbon.po @@ -762,8 +762,7 @@ msgid "Align Left" msgstr "Links uitlijnen" #: karbon_view.cpp:1034 -#, fuzzy -msgid "Align Center Qt::Horizontal)" +msgid "Align Center (Horizontal)" msgstr "Centreren (horizontaal)" #: karbon_view.cpp:1038 @@ -775,8 +774,7 @@ msgid "Align Top" msgstr "Boven uitlijnen" #: karbon_view.cpp:1046 -#, fuzzy -msgid "Align Middle Qt::Vertical)" +msgid "Align Middle (Vertical)" msgstr "Centreren (verticaal)" #: karbon_view.cpp:1050 @@ -784,13 +782,11 @@ msgid "Align Bottom" msgstr "Onder uitlijnen" #: karbon_view.cpp:1055 -#, fuzzy -msgid "Distribute Center Qt::Horizontal)" +msgid "Distribute Center (Horizontal)" msgstr "Gecentreerd verspreiden (horizontaal)" #: karbon_view.cpp:1059 -#, fuzzy -msgid "Distribute Gaps Qt::Horizontal)" +msgid "Distribute Gaps (Horizontal)" msgstr "Op openingen verspreiden (horizontaal)" #: karbon_view.cpp:1063 @@ -802,13 +798,11 @@ msgid "Distribute Right Borders" msgstr "Rechterranden verspreiden" #: karbon_view.cpp:1071 -#, fuzzy -msgid "Distribute Center Qt::Vertical)" +msgid "Distribute Center (Vertical)" msgstr "Gecentreerd verspreiden (verticaal) " #: karbon_view.cpp:1075 -#, fuzzy -msgid "Distribute Gaps Qt::Vertical)" +msgid "Distribute Gaps (Vertical)" msgstr "Op openingen verspreiden (verticaal)" #: karbon_view.cpp:1079 @@ -1460,8 +1454,7 @@ msgid "Fade:" msgstr "Vervaging:" #: tools/vspiraltool.cpp:54 -#, fuzzy -msgid "Qt::Orientation:" +msgid "Orientation:" msgstr "Oriëntatie:" #: tools/vspiraltool.cpp:56 |