From 8eb63c9c2cae9638e72c2e043fe15366ece121bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:30:53 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/part/settingsDialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/part/settingsDialog.h') diff --git a/src/part/settingsDialog.h b/src/part/settingsDialog.h index e929a8d..c748267 100644 --- a/src/part/settingsDialog.h +++ b/src/part/settingsDialog.h @@ -10,7 +10,7 @@ class SettingsDialog : public Dialog { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.3