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) --- ksirc/puke/HOWTO-PUKE.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksirc/puke/HOWTO-PUKE.pod') diff --git a/ksirc/puke/HOWTO-PUKE.pod b/ksirc/puke/HOWTO-PUKE.pod index c6bf8136..cf44e77e 100644 --- a/ksirc/puke/HOWTO-PUKE.pod +++ b/ksirc/puke/HOWTO-PUKE.pod @@ -186,7 +186,7 @@ void PFrame::messageHandler(int fd, PukeMessage *pm) { Both these functions should be overriden and return your widget type, and set your widget. For setWidget you should connect required -Q_SIGNALS and eventFilters you are using. +signals and eventFilters you are using. Make sure to call the parents setWidget in setWidget so it can connect filters etc. -- cgit v1.2.1