summaryrefslogtreecommitdiffstats
path: root/kontact
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-05 11:19:36 +0900
committerMichele Calgaro <[email protected]>2024-02-05 11:19:36 +0900
commit477975ca208e5f68bc748118dc6a18bd94895961 (patch)
tree670e3912afc908378c1d75084ded99713b6e5817 /kontact
parentd2f343cc239e1fa25c9581cf35bada96692c41db (diff)
downloadtdepim-477975ca208e5f68bc748118dc6a18bd94895961.tar.gz
tdepim-477975ca208e5f68bc748118dc6a18bd94895961.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kontact')
-rw-r--r--kontact/DESIGN.dcopinteraction2
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/DESIGN.dcopinteraction b/kontact/DESIGN.dcopinteraction
index 612ed845b..f0350627a 100644
--- a/kontact/DESIGN.dcopinteraction
+++ b/kontact/DESIGN.dcopinteraction
@@ -74,7 +74,7 @@ See e.g. tdepim/kaddressbook/kaddressbook.desktop
Designing DCOP interfaces
=========================
-Porting the kroupware Q_SIGNALS/Q_SLOTS to DCOP requires some changes.
+Porting the kroupware signals/slots to DCOP requires some changes.
For instance any non-const reference (such as those used for returning
values to the caller) has to be changed. If there is more than one
value to be returned, you need to