summaryrefslogtreecommitdiffstats
path: root/kfax
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 15:06:30 +0900
committerMichele Calgaro <[email protected]>2023-07-21 09:17:56 +0900
commit6deca45c2f1d5932c91db6fb45c70c94faf768f9 (patch)
treeb43005cf344e963fca4761ca32c1f81b136964d9 /kfax
parentff7e12a90cd6e39ca3b761c7a7eedb76dcb5d492 (diff)
downloadtdegraphics-6deca45c2f1d5932c91db6fb45c70c94faf768f9.tar.gz
tdegraphics-6deca45c2f1d5932c91db6fb45c70c94faf768f9.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit fce92533f86b9952f0c9cac6ca97f89c0fe6c39c)
Diffstat (limited to 'kfax')
-rw-r--r--kfax/kfax.h2
-rw-r--r--kfax/kfax_printsettings.h2
-rw-r--r--kfax/options.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kfax/kfax.h b/kfax/kfax.h
index 07a6a784..ac2df263 100644
--- a/kfax/kfax.h
+++ b/kfax/kfax.h
@@ -53,7 +53,7 @@ public:
class TopLevel : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
diff --git a/kfax/kfax_printsettings.h b/kfax/kfax_printsettings.h
index c2f0e258..11fc2935 100644
--- a/kfax/kfax_printsettings.h
+++ b/kfax/kfax_printsettings.h
@@ -30,7 +30,7 @@ class TQCheckBox;
class KFAXPrintSettings : public KPrintDialogPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
KFAXPrintSettings(TQWidget *parent = 0, const char *name = 0);
diff --git a/kfax/options.h b/kfax/options.h
index 8f0c8caf..c539eced 100644
--- a/kfax/options.h
+++ b/kfax/options.h
@@ -57,7 +57,7 @@ class KIntNumInput;
class OptionsDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public: