From 309a672de7972615f51ea2dc4a987deecf8b18b5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:08:11 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa) --- klinkstatus/src/ui/settings/configidentificationdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klinkstatus/src/ui/settings/configidentificationdialog.h') diff --git a/klinkstatus/src/ui/settings/configidentificationdialog.h b/klinkstatus/src/ui/settings/configidentificationdialog.h index b9a40fd3..307187b4 100644 --- a/klinkstatus/src/ui/settings/configidentificationdialog.h +++ b/klinkstatus/src/ui/settings/configidentificationdialog.h @@ -28,7 +28,7 @@ */ class ConfigIdentificationDialog : public ConfigIdentificationDialogUi { -Q_OBJECT +TQ_OBJECT public: ConfigIdentificationDialog(TQWidget *parent = 0, const char *name = 0); -- cgit v1.2.1