summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/API-TODO
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-05 11:19:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-05 11:19:23 +0900
commite050a3eb30a884522a3b09df0c37c8fc69c0c5bb (patch)
treec9e4bc90acd51d12c01070461de5da677d709b04 /kopete/libkopete/API-TODO
parentbfb6a86ee22664339e8922e55216d12e1a5b2008 (diff)
downloadtdenetwork-e050a3eb30a884522a3b09df0c37c8fc69c0c5bb.tar.gz
tdenetwork-e050a3eb30a884522a3b09df0c37c8fc69c0c5bb.zip
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/libkopete/API-TODO')
-rw-r--r--kopete/libkopete/API-TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/API-TODO b/kopete/libkopete/API-TODO
index 65e81dc1..50bebe1a 100644
--- a/kopete/libkopete/API-TODO
+++ b/kopete/libkopete/API-TODO
@@ -178,7 +178,7 @@ Richard's proposal: (email questions to the list or to kde@metafoo.co.uk)
order) by the object creating the filter chain. it either returns a
new filter for the chain, or returns NULL (meaning this filter is not
needed in this chain).
- - the Q_SIGNALS in one filter are connected to the Q_SLOTS in the next. any
+ - the signals in one filter are connected to the slots in the next. any
sent/received message is handed to the first filter in the appropriate
chain.
- how long does a filter chain live for?