diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 13:37:04 +0900 |
commit | cb59219281a9666896ee96b02a487bbc0206082d (patch) | |
tree | 75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /lib/koproperty | |
parent | a34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff) | |
download | koffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'lib/koproperty')
25 files changed, 30 insertions, 30 deletions
diff --git a/lib/koproperty/editor.h b/lib/koproperty/editor.h index 204bb615..ec1eda1c 100644 --- a/lib/koproperty/editor.h +++ b/lib/koproperty/editor.h @@ -62,7 +62,7 @@ class EditorItem; */ class KOPROPERTY_EXPORT Editor : public TDEListView { - Q_OBJECT + TQ_OBJECT public: 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: diff --git a/lib/koproperty/set.h b/lib/koproperty/set.h index 9e1dc3d2..90c7534f 100644 --- a/lib/koproperty/set.h +++ b/lib/koproperty/set.h @@ -39,7 +39,7 @@ class SetPrivate; */ class KOPROPERTY_EXPORT Set : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -233,7 +233,7 @@ class KOPROPERTY_EXPORT Set : public TQObject */ class KOPROPERTY_EXPORT Buffer : public Set { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/test/test.h b/lib/koproperty/test/test.h index 2866031a..8135f0b1 100644 --- a/lib/koproperty/test/test.h +++ b/lib/koproperty/test/test.h @@ -35,7 +35,7 @@ */ class Test : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: Test(); diff --git a/lib/koproperty/widget.h b/lib/koproperty/widget.h index a93e59cb..8c296d82 100644 --- a/lib/koproperty/widget.h +++ b/lib/koproperty/widget.h @@ -35,7 +35,7 @@ class Property; */ class KOPROPERTY_EXPORT Widget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/widgetproxy.h b/lib/koproperty/widgetproxy.h index 6a52f67d..ea013a4d 100644 --- a/lib/koproperty/widgetproxy.h +++ b/lib/koproperty/widgetproxy.h @@ -36,7 +36,7 @@ class WidgetProxyPrivate; */ class KOPROPERTY_EXPORT WidgetProxy : public TQWidget { - Q_OBJECT + TQ_OBJECT public: |