diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:08:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 15:08:11 +0900 |
commit | 93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa (patch) | |
tree | 52b9909026c07bdc1293b24155f5ca76da9b2585 /quanta/components/framewizard | |
parent | c98eae507be2ac4fb98b907ee82985d3310497c8 (diff) | |
download | tdewebdev-93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa.tar.gz tdewebdev-93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'quanta/components/framewizard')
-rw-r--r-- | quanta/components/framewizard/areaattributedb.h | 2 | ||||
-rw-r--r-- | quanta/components/framewizard/fmfpeditor.h | 2 | ||||
-rw-r--r-- | quanta/components/framewizard/fmrceditor.h | 2 | ||||
-rw-r--r-- | quanta/components/framewizard/framewizard.h | 2 | ||||
-rw-r--r-- | quanta/components/framewizard/selectablearea.h | 2 | ||||
-rw-r--r-- | quanta/components/framewizard/visualframeeditor.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/quanta/components/framewizard/areaattributedb.h b/quanta/components/framewizard/areaattributedb.h index a4e3a837..2d986a3b 100644 --- a/quanta/components/framewizard/areaattributedb.h +++ b/quanta/components/framewizard/areaattributedb.h @@ -25,7 +25,7 @@ */ class areaAttribute : public TQObject{ - Q_OBJECT + TQ_OBJECT private: diff --git a/quanta/components/framewizard/fmfpeditor.h b/quanta/components/framewizard/fmfpeditor.h index 9080cc4d..d74ffa2e 100644 --- a/quanta/components/framewizard/fmfpeditor.h +++ b/quanta/components/framewizard/fmfpeditor.h @@ -25,7 +25,7 @@ */ class fmFPeditor : public fmFPeditorS { - Q_OBJECT + TQ_OBJECT public: diff --git a/quanta/components/framewizard/fmrceditor.h b/quanta/components/framewizard/fmrceditor.h index abebe4ee..aff4e960 100644 --- a/quanta/components/framewizard/fmrceditor.h +++ b/quanta/components/framewizard/fmrceditor.h @@ -25,7 +25,7 @@ */ class fmRCeditor : public fmRCeditorS { - Q_OBJECT + TQ_OBJECT public: fmRCeditor(); diff --git a/quanta/components/framewizard/framewizard.h b/quanta/components/framewizard/framewizard.h index c71a4e5a..fb40b029 100644 --- a/quanta/components/framewizard/framewizard.h +++ b/quanta/components/framewizard/framewizard.h @@ -25,7 +25,7 @@ class TQStringList; /** FrameWizard is the base class of the project */ class FrameWizard : public FrameWizardS { - Q_OBJECT + TQ_OBJECT private: bool m_hasSelected, diff --git a/quanta/components/framewizard/selectablearea.h b/quanta/components/framewizard/selectablearea.h index 0efccc72..b31f3ab4 100644 --- a/quanta/components/framewizard/selectablearea.h +++ b/quanta/components/framewizard/selectablearea.h @@ -28,7 +28,7 @@ class SelectableArea : public TDEHTMLPart { - Q_OBJECT + TQ_OBJECT public : diff --git a/quanta/components/framewizard/visualframeeditor.h b/quanta/components/framewizard/visualframeeditor.h index 57ac82fe..69c51702 100644 --- a/quanta/components/framewizard/visualframeeditor.h +++ b/quanta/components/framewizard/visualframeeditor.h @@ -28,7 +28,7 @@ class VisualFrameEditor : public TQHBox { - Q_OBJECT + TQ_OBJECT private: enum MarkupLanguage{XHTML,HTML}; |