From 3d1736fd881ca25af4b1776d1abe56b1814974dd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:45 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit f52c435e293d27908ce3f2b0fe41d58f06f4ec80) --- ksim/monitors/snmp/proberesultdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksim/monitors/snmp/proberesultdialog.h') diff --git a/ksim/monitors/snmp/proberesultdialog.h b/ksim/monitors/snmp/proberesultdialog.h index 30529d7..47a758c 100644 --- a/ksim/monitors/snmp/proberesultdialog.h +++ b/ksim/monitors/snmp/proberesultdialog.h @@ -32,7 +32,7 @@ namespace Snmp class ProbeResultDialog : public ProbeResultDialogBase { - Q_OBJECT + TQ_OBJECT public: ProbeResultDialog( const HostConfig &hostConfig, const ProbeDialog::ProbeResultList &probeResults, -- cgit v1.2.1