From cb59219281a9666896ee96b02a487bbc0206082d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:37:04 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- lib/koproperty/editors/spinbox.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/koproperty/editors/spinbox.h') diff --git a/lib/koproperty/editors/spinbox.h b/lib/koproperty/editors/spinbox.h index 9c4a3fe2..b79f8265 100644 --- a/lib/koproperty/editors/spinbox.h +++ b/lib/koproperty/editors/spinbox.h @@ -34,7 +34,7 @@ class DoubleEdit; class IntSpinBox : public KIntSpinBox { - Q_OBJECT + TQ_OBJECT public: @@ -50,7 +50,7 @@ class IntSpinBox : public KIntSpinBox class KOPROPERTY_EXPORT IntEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: @@ -76,7 +76,7 @@ class KOPROPERTY_EXPORT IntEdit : public Widget class DoubleSpinBox : public KDoubleSpinBox { - Q_OBJECT + TQ_OBJECT public: @@ -94,7 +94,7 @@ class DoubleSpinBox : public KDoubleSpinBox class KOPROPERTY_EXPORT DoubleEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1