diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
commit | cb59219281a9666896ee96b02a487bbc0206082d (patch) | |
tree | 75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /lib/koproperty/editors | |
parent | a34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff) | |
download | koffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/koproperty/editors')
-rw-r--r-- | lib/koproperty/editors/booledit.h | 4 | ||||
-rw-r--r-- | lib/koproperty/editors/coloredit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/combobox.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/cursoredit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/dateedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/datetimeedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/dummywidget.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/fontedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/linestyleedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/pixmapedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/pointedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/rectedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/sizeedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/sizepolicyedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/spinbox.h | 8 | ||||
-rw-r--r-- | lib/koproperty/editors/stringedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/stringlistedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/symbolcombo.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/timeedit.h | 2 | ||||
-rw-r--r-- | lib/koproperty/editors/urledit.h | 2 |
20 files changed, 24 insertions, 24 deletions
diff --git a/lib/koproperty/editors/booledit.h b/lib/koproperty/editors/booledit.h index edd3c637..cce7c0a3 100644 --- a/lib/koproperty/editors/booledit.h +++ b/lib/koproperty/editors/booledit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT BoolEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: @@ -59,7 +59,7 @@ class KOPROPERTY_EXPORT BoolEdit : public Widget class KOPROPERTY_EXPORT ThreeStateBoolEdit : public ComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/coloredit.h b/lib/koproperty/editors/coloredit.h index 2dd74707..94e2bc2e 100644 --- a/lib/koproperty/editors/coloredit.h +++ b/lib/koproperty/editors/coloredit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT ColorButton : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/combobox.h b/lib/koproperty/editors/combobox.h index 9bb7a745..f95a43f7 100644 --- a/lib/koproperty/editors/combobox.h +++ b/lib/koproperty/editors/combobox.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT ComboBox : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/cursoredit.h b/lib/koproperty/editors/cursoredit.h index 0748110a..3f6b9c98 100644 --- a/lib/koproperty/editors/cursoredit.h +++ b/lib/koproperty/editors/cursoredit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT CursorEdit : public ComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/dateedit.h b/lib/koproperty/editors/dateedit.h index 58d679ae..aeb58252 100644 --- a/lib/koproperty/editors/dateedit.h +++ b/lib/koproperty/editors/dateedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DateEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/datetimeedit.h b/lib/koproperty/editors/datetimeedit.h index d27b1c07..ae6a856a 100644 --- a/lib/koproperty/editors/datetimeedit.h +++ b/lib/koproperty/editors/datetimeedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DateTimeEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/dummywidget.h b/lib/koproperty/editors/dummywidget.h index 61edac60..c983cf09 100644 --- a/lib/koproperty/editors/dummywidget.h +++ b/lib/koproperty/editors/dummywidget.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DummyWidget: public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/fontedit.h b/lib/koproperty/editors/fontedit.h index 96fa1617..53280539 100644 --- a/lib/koproperty/editors/fontedit.h +++ b/lib/koproperty/editors/fontedit.h @@ -30,7 +30,7 @@ class FontEditRequester; class KOPROPERTY_EXPORT FontEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/linestyleedit.h b/lib/koproperty/editors/linestyleedit.h index c288e33f..cae5a3aa 100644 --- a/lib/koproperty/editors/linestyleedit.h +++ b/lib/koproperty/editors/linestyleedit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT LineStyleEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/pixmapedit.h b/lib/koproperty/editors/pixmapedit.h index c2a9d011..b3bfbdbf 100644 --- a/lib/koproperty/editors/pixmapedit.h +++ b/lib/koproperty/editors/pixmapedit.h @@ -33,7 +33,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT PixmapEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/pointedit.h b/lib/koproperty/editors/pointedit.h index 31623b46..5bb01ff0 100644 --- a/lib/koproperty/editors/pointedit.h +++ b/lib/koproperty/editors/pointedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT PointEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/rectedit.h b/lib/koproperty/editors/rectedit.h index 42f3630d..8eb5fee6 100644 --- a/lib/koproperty/editors/rectedit.h +++ b/lib/koproperty/editors/rectedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT RectEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/sizeedit.h b/lib/koproperty/editors/sizeedit.h index 4ae5bf64..5e91cee1 100644 --- a/lib/koproperty/editors/sizeedit.h +++ b/lib/koproperty/editors/sizeedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SizeEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/sizepolicyedit.h b/lib/koproperty/editors/sizepolicyedit.h index c8d8e7a8..a9834975 100644 --- a/lib/koproperty/editors/sizepolicyedit.h +++ b/lib/koproperty/editors/sizepolicyedit.h @@ -33,7 +33,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SizePolicyEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: 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: diff --git a/lib/koproperty/editors/stringedit.h b/lib/koproperty/editors/stringedit.h index cebe6a3e..099cfff1 100644 --- a/lib/koproperty/editors/stringedit.h +++ b/lib/koproperty/editors/stringedit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT StringEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/stringlistedit.h b/lib/koproperty/editors/stringlistedit.h index af9812f5..5370b511 100644 --- a/lib/koproperty/editors/stringlistedit.h +++ b/lib/koproperty/editors/stringlistedit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT StringListEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/symbolcombo.h b/lib/koproperty/editors/symbolcombo.h index 99eb325c..f9a57a8d 100644 --- a/lib/koproperty/editors/symbolcombo.h +++ b/lib/koproperty/editors/symbolcombo.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SymbolCombo : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/timeedit.h b/lib/koproperty/editors/timeedit.h index 16b24686..88d1da73 100644 --- a/lib/koproperty/editors/timeedit.h +++ b/lib/koproperty/editors/timeedit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT TimeEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/urledit.h b/lib/koproperty/editors/urledit.h index 597d09df..34c478f7 100644 --- a/lib/koproperty/editors/urledit.h +++ b/lib/koproperty/editors/urledit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT URLEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: |