summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:45:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:45:45 +0900
commit47ac992c46281a21c5734c1a365f102e934bba06 (patch)
tree1a4cefd4a6973439f66add17230dcc383c7f8a31
parent4720b9e340e87ab9f0bb8e295c133081c23bbd99 (diff)
downloadlibkdcraw-47ac992c.tar.gz
libkdcraw-47ac992c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--libkdcraw/libkdcraw/dcrawbinary.h2
-rw-r--r--libkdcraw/libkdcraw/dcrawsettingswidget.h2
-rw-r--r--libkdcraw/libkdcraw/kdcraw.h2
-rw-r--r--libkdcraw/libkdcraw/rcombobox.h2
-rw-r--r--libkdcraw/libkdcraw/rnuminput.h4
5 files changed, 6 insertions, 6 deletions
diff --git a/libkdcraw/libkdcraw/dcrawbinary.h b/libkdcraw/libkdcraw/dcrawbinary.h
index cdf16e5..28cceff 100644
--- a/libkdcraw/libkdcraw/dcrawbinary.h
+++ b/libkdcraw/libkdcraw/dcrawbinary.h
@@ -42,7 +42,7 @@ class DcrawBinaryPriv;
class LIBKDCRAW_EXPORT DcrawBinary : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkdcraw/libkdcraw/dcrawsettingswidget.h b/libkdcraw/libkdcraw/dcrawsettingswidget.h
index 9771a60..2cde13d 100644
--- a/libkdcraw/libkdcraw/dcrawsettingswidget.h
+++ b/libkdcraw/libkdcraw/dcrawsettingswidget.h
@@ -46,7 +46,7 @@ class DcrawSettingsWidgetPriv;
class LIBKDCRAW_EXPORT DcrawSettingsWidget : public TQToolBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkdcraw/libkdcraw/kdcraw.h b/libkdcraw/libkdcraw/kdcraw.h
index 6e7cec9..b98ae3b 100644
--- a/libkdcraw/libkdcraw/kdcraw.h
+++ b/libkdcraw/libkdcraw/kdcraw.h
@@ -48,7 +48,7 @@ class KDcrawPriv;
class LIBKDCRAW_EXPORT KDcraw : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/libkdcraw/libkdcraw/rcombobox.h b/libkdcraw/libkdcraw/rcombobox.h
index 373b059..34926a4 100644
--- a/libkdcraw/libkdcraw/rcombobox.h
+++ b/libkdcraw/libkdcraw/rcombobox.h
@@ -45,7 +45,7 @@ class RComboBoxPriv;
class LIBKDCRAW_EXPORT RComboBox : public TQHBox
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/libkdcraw/libkdcraw/rnuminput.h b/libkdcraw/libkdcraw/rnuminput.h
index 28e3698..7e90da2 100644
--- a/libkdcraw/libkdcraw/rnuminput.h
+++ b/libkdcraw/libkdcraw/rnuminput.h
@@ -46,7 +46,7 @@ class RIntNumInputPriv;
class LIBKDCRAW_EXPORT RIntNumInput : public TQHBox
{
-Q_OBJECT
+TQ_OBJECT
public:
@@ -89,7 +89,7 @@ class RDoubleNumInputPriv;
class LIBKDCRAW_EXPORT RDoubleNumInput : public TQHBox
{
-Q_OBJECT
+TQ_OBJECT
public: