From 33f3a92cf009c0d343807cd7452e4a0fb589f883 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:31:25 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/statdock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statdock.h') diff --git a/src/statdock.h b/src/statdock.h index 1fb0552..7f6a8d6 100644 --- a/src/statdock.h +++ b/src/statdock.h @@ -33,7 +33,7 @@ class StatPopup; * all of the actions in this window's context menu. */ class StatDock : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1