From 050c10cdbd4f42edd6fe5d68cce2765e56adb157 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Nov 2023 11:54:42 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- .../docs/koffice/chalk/developers-plugins.docbook | 12 ++++++------ koffice-i18n-pt_BR/messages/koffice/chalk.po | 3 +-- koffice-i18n-pt_BR/messages/koffice/karbon.po | 21 +++++++-------------- 3 files changed, 14 insertions(+), 22 deletions(-) (limited to 'koffice-i18n-pt_BR') diff --git a/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook b/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook index ee4423f5..7d6dd9d3 100644 --- a/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook +++ b/koffice-i18n-pt_BR/docs/koffice/chalk/developers-plugins.docbook @@ -981,7 +981,7 @@ void KisFerramentaEstrela::move(KisMoveEvent *evento) // apagar as linhas antigas da área de desenho draw(m_dragStart, m_dragEnd); // mover (alt) ou dimensionar a estrela - if (evento->state() & Qt::AltButton) { + if (evento->state() & TQt::AltButton) { KisPoint trans = evento->pos() - m_dragEnd; m_dragStart += trans; m_dragEnd += trans; @@ -1049,7 +1049,7 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento) > e desenha o contorno da estrela. Ele é chamado a partir do método move(), para dar alguma reação ao usuário sobre o tamanho e a forma da sua estrela. Note que se usa a operação de desenho Qt::NotROPTQt::NotROP, o que significa que, ao invocar o draw() uma segunda vez com o mesmo início e fim, a estrela anteriormente desenhada será removida. @@ -1063,14 +1063,14 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento) KisCanvasController *controller = m_subject->canvasController(); KisCanvas *canvas = controller->kiscanvas(); KisCanvasPainter p (canvas); - QPen pen(Qt::SolidLine); + QPen pen(TQt::SolidLine); KisPoint posInicio; KisPoint posFim; posInicio = controller->windowToView(inicio); posFim = controller->windowToView(fim); - p.setRasterOp(Qt::NotROP); + p.setRasterOp(TQt::NotROP); vKisPoint pontos = starCoordinates(m_vertices, posInicio.x(), posInicio.y(), posFim.x(), posFim.y()); @@ -1096,8 +1096,8 @@ void KisFerramentaEstrela::buttonRelease(KisButtonReleaseEvent *evento) m_action = static_cast<TDERadioAction *>(colleccao->action(name())); if (m_action == 0) { - TDEShortcut atalho(Qt::Key_Plus); - atalho.append(TDEShortcut(Qt::Key_F9)); + TDEShortcut atalho(TQt::Key_Plus); + atalho.append(TDEShortcut(TQt::Key_F9)); m_action = new TDERadioAction(i18n("&Star"), "ferramenta_estrela", atalho, diff --git a/koffice-i18n-pt_BR/messages/koffice/chalk.po b/koffice-i18n-pt_BR/messages/koffice/chalk.po index a5d41b8e..eda04cb0 100644 --- a/koffice-i18n-pt_BR/messages/koffice/chalk.po +++ b/koffice-i18n-pt_BR/messages/koffice/chalk.po @@ -2004,8 +2004,7 @@ msgid "Emboss in All Directions" msgstr "Em Relevo em Todas Direções" #: plugins/filters/convolutionfilters/convolutionfilters.cpp:124 -#, fuzzy -msgid "Emboss Horizontal &&Qt::Vertical" +msgid "Emboss Horizontal && Vertical" msgstr "Em Relevo Horizontal e Vertical" #: plugins/filters/convolutionfilters/convolutionfilters.cpp:131 diff --git a/koffice-i18n-pt_BR/messages/koffice/karbon.po b/koffice-i18n-pt_BR/messages/koffice/karbon.po index fffd845a..579e2517 100644 --- a/koffice-i18n-pt_BR/messages/koffice/karbon.po +++ b/koffice-i18n-pt_BR/messages/koffice/karbon.po @@ -753,8 +753,7 @@ msgid "Align Left" msgstr "Alinhar à Esquerda" #: karbon_view.cpp:1034 -#, fuzzy -msgid "Align Center Qt::Horizontal)" +msgid "Align Center (Horizontal)" msgstr "Alinhar Centralizado (Horizontal)" #: karbon_view.cpp:1038 @@ -766,8 +765,7 @@ msgid "Align Top" msgstr "Alinhar Acima" #: karbon_view.cpp:1046 -#, fuzzy -msgid "Align Middle Qt::Vertical)" +msgid "Align Middle (Vertical)" msgstr "Alinhar ao Centro (Vertical)" #: karbon_view.cpp:1050 @@ -775,13 +773,11 @@ msgid "Align Bottom" msgstr "Alinhar Abaixo" #: karbon_view.cpp:1055 -#, fuzzy -msgid "Distribute Center Qt::Horizontal)" +msgid "Distribute Center (Horizontal)" msgstr "Distribuir no Centro (Horizontal)" #: karbon_view.cpp:1059 -#, fuzzy -msgid "Distribute Gaps Qt::Horizontal)" +msgid "Distribute Gaps (Horizontal)" msgstr "Distribuir Lacunas (Horizontal)" #: karbon_view.cpp:1063 @@ -793,13 +789,11 @@ msgid "Distribute Right Borders" msgstr "Distribuir Bordas Direitas" #: karbon_view.cpp:1071 -#, fuzzy -msgid "Distribute Center Qt::Vertical)" +msgid "Distribute Center (Vertical)" msgstr "Distribuir no Centro (Vertical)" #: karbon_view.cpp:1075 -#, fuzzy -msgid "Distribute Gaps Qt::Vertical)" +msgid "Distribute Gaps (Vertical)" msgstr "Distribuir Lacunas (Vertical)" #: karbon_view.cpp:1079 @@ -1456,8 +1450,7 @@ msgid "Fade:" msgstr "Desfalecimento:" #: tools/vspiraltool.cpp:54 -#, fuzzy -msgid "Qt::Orientation:" +msgid "Orientation:" msgstr "Orientação:" #: tools/vspiraltool.cpp:56 -- cgit v1.2.1