From d6c24d70fffccecf73e9a8b87432ca798fdd7eb8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:49:18 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit f5f3eb33f587085077453d74aadffa2d2377a73d) --- src/HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/HACKING') diff --git a/src/HACKING b/src/HACKING index 3e45a7f..1480f90 100644 --- a/src/HACKING +++ b/src/HACKING @@ -80,7 +80,7 @@ Include files Group include files in the Qt, KDE or local groups and sort them alphabetically. When writing the implementation file of a class which is a -Q_OBJECT, make sure you include the .moc file, not the .h. +TQ_OBJECT, make sure you include the .moc file, not the .h. // Qt #include -- cgit v1.2.1