summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/spinbox.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 13:37:04 +0900
committerMichele Calgaro <[email protected]>2023-07-20 13:37:04 +0900
commitcb59219281a9666896ee96b02a487bbc0206082d (patch)
tree75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /lib/koproperty/editors/spinbox.h
parenta34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff)
downloadkoffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz
koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/koproperty/editors/spinbox.h')
-rw-r--r--lib/koproperty/editors/spinbox.h8
1 files changed, 4 insertions, 4 deletions
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: