diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-07 11:06:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-08 11:04:48 +0900 |
commit | f4c5ba08ca06c7316a01f8643628a67f6b26cef1 (patch) | |
tree | 68c6722ef79e40092b0116901bb2c2a09a211602 /tde-i18n-it/messages/tdevelop/tdevelop.po | |
parent | 7323074295645d6d29f5ef7d8b73677a6c6b5a51 (diff) | |
download | tde-i18n-f4c5ba08ca06c7316a01f8643628a67f6b26cef1.tar.gz tde-i18n-f4c5ba08ca06c7316a01f8643628a67f6b26cef1.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6f3f6aeeeaaa86fbddfca6efd07baf218a391dd7)
Diffstat (limited to 'tde-i18n-it/messages/tdevelop/tdevelop.po')
-rw-r--r-- | tde-i18n-it/messages/tdevelop/tdevelop.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tde-i18n-it/messages/tdevelop/tdevelop.po b/tde-i18n-it/messages/tdevelop/tdevelop.po index 2a7b0586dd7..e786e5be6eb 100644 --- a/tde-i18n-it/messages/tdevelop/tdevelop.po +++ b/tde-i18n-it/messages/tdevelop/tdevelop.po @@ -20004,8 +20004,8 @@ msgstr "Se&gnali" #: kdevdesigner/designer/customwidgeteditor.ui:576 #, no-c-format -msgid "The list of all the Q_SIGNALS that the selected widget can emit." -msgstr "L'elenco di tutti i Q_SIGNALS che il widget selezionato può emettere." +msgid "The list of all the signals that the selected widget can emit." +msgstr "L'elenco di tutti i segnali che il widget selezionato può emettere." #: kdevdesigner/designer/customwidgeteditor.ui:615 #, no-c-format @@ -20112,7 +20112,7 @@ msgstr "Cambia accesso slot" #, no-c-format msgid "" "<b>Change the slot's access policy.</b><p>You can only connect to the " -"widget's public Q_SLOTS.</p>" +"widget's public slots.</p>" msgstr "" "<b>Cambia la politica di accesso dello slot.</b><p>Puoi solo connetterti " "agli slot pubblici dell'elemento grafico.</p>" |