From 9bea52fdd563a80f22e26375afca2d0ac461b379 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 5 Feb 2024 11:19:23 +0900 Subject: Replace Q_SIGNALS and Q_SLOTS Signed-off-by: Michele Calgaro (cherry picked from commit e050a3eb30a884522a3b09df0c37c8fc69c0c5bb) --- kopete/libkopete/API-TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/libkopete') 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? -- cgit v1.2.1