summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:37:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-22 10:29:56 +0900
commitef14fba42c78a96d905c42632a62dc11f353b1c3 (patch)
treead32afdaaa32b215fe8b9be49fbf578d30a556d3 /lib/koproperty/editors
parent8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff)
downloadkoffice-ef14fba4.tar.gz
koffice-ef14fba4.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
Diffstat (limited to 'lib/koproperty/editors')
-rw-r--r--lib/koproperty/editors/booledit.h4
-rw-r--r--lib/koproperty/editors/coloredit.h2
-rw-r--r--lib/koproperty/editors/combobox.h2
-rw-r--r--lib/koproperty/editors/cursoredit.h2
-rw-r--r--lib/koproperty/editors/dateedit.h2
-rw-r--r--lib/koproperty/editors/datetimeedit.h2
-rw-r--r--lib/koproperty/editors/dummywidget.h2
-rw-r--r--lib/koproperty/editors/fontedit.h2
-rw-r--r--lib/koproperty/editors/linestyleedit.h2
-rw-r--r--lib/koproperty/editors/pixmapedit.h2
-rw-r--r--lib/koproperty/editors/pointedit.h2
-rw-r--r--lib/koproperty/editors/rectedit.h2
-rw-r--r--lib/koproperty/editors/sizeedit.h2
-rw-r--r--lib/koproperty/editors/sizepolicyedit.h2
-rw-r--r--lib/koproperty/editors/spinbox.h8
-rw-r--r--lib/koproperty/editors/stringedit.h2
-rw-r--r--lib/koproperty/editors/stringlistedit.h2
-rw-r--r--lib/koproperty/editors/symbolcombo.h2
-rw-r--r--lib/koproperty/editors/timeedit.h2
-rw-r--r--lib/koproperty/editors/urledit.h2
20 files changed, 24 insertions, 24 deletions
diff --git a/lib/koproperty/editors/booledit.h b/lib/koproperty/editors/booledit.h
index edd3c6370..cce7c0a38 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 2dd747073..94e2bc2e7 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 9bb7a745b..f95a43f76 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 0748110a6..3f6b9c985 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 58d679ae9..aeb582520 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 d27b1c07b..ae6a856a4 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 61edac60d..c983cf09c 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 96fa1617f..532805397 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 c288e33f6..cae5a3aa6 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 c2a9d0114..b3bfbdbf9 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 31623b469..5bb01ff0b 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 42f3630d6..8eb5fee6f 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 4ae5bf640..5e91cee1e 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 c8d8e7a84..a98349759 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 9c4a3fe2b..b79f82654 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 cebe6a3e7..099cfff19 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 af9812f51..5370b5114 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 99eb325c0..f9a57a8d4 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 16b24686b..88d1da738 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 597d09df4..34c478f7b 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: