diff options
author | Michele Calgaro <[email protected]> | 2024-02-07 11:06:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-07 11:40:30 +0900 |
commit | 6f3f6aeeeaaa86fbddfca6efd07baf218a391dd7 (patch) | |
tree | c094973e56b80588a5f8d8fd9f62d256ecc5bb6f /tde-i18n-de | |
parent | 5b3b00f1861da1dc3266e1c4da3528ef61ee6ecd (diff) | |
download | tde-i18n-6f3f6aeeeaaa86fbddfca6efd07baf218a391dd7.tar.gz tde-i18n-6f3f6aeeeaaa86fbddfca6efd07baf218a391dd7.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tde-i18n-de')
-rw-r--r-- | tde-i18n-de/messages/tdevelop/tdevelop.po | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tde-i18n-de/messages/tdevelop/tdevelop.po b/tde-i18n-de/messages/tdevelop/tdevelop.po index c0a1e8b706f..79ac1f83f48 100644 --- a/tde-i18n-de/messages/tdevelop/tdevelop.po +++ b/tde-i18n-de/messages/tdevelop/tdevelop.po @@ -20136,9 +20136,9 @@ msgstr "&Signals" #: kdevdesigner/designer/customwidgeteditor.ui:576 #, no-c-format -msgid "The list of all the Q_SIGNALS that the selected widget can emit." +msgid "The list of all the signals that the selected widget can emit." msgstr "" -"Die Liste aller Q_SIGNALS, die vom ausgewählten Widget ausgelöst werden " +"Die Liste aller Signals, die vom ausgewählten Widget ausgelöst werden " "können." #: kdevdesigner/designer/customwidgeteditor.ui:615 @@ -20246,10 +20246,10 @@ msgstr "Zugriff auf Slot ändern" #, 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>Ändern der Zugriffsstrategie für den Slot.</b><p>Sie können nur " -"Verknüpfungen mit den public Q_SLOTS des Widgets herstellen.</p>" +"Verknüpfungen mit den public Slots des Widgets herstellen.</p>" #: kdevdesigner/designer/customwidgeteditor.ui:829 #, no-c-format |