diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-21 17:28:49 +0900 |
| commit | 9c40420b261ea30555cabc299829028ee345b9e5 (patch) | |
| tree | 0bec930107d651516239f2592512b2057b9f5452 /buildtools/ada | |
| parent | 3f9cda007f52077d533117c4fa2441629ad9d796 (diff) | |
| download | tdevelop-9c40420b261ea30555cabc299829028ee345b9e5.tar.gz tdevelop-9c40420b261ea30555cabc299829028ee345b9e5.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'buildtools/ada')
| -rw-r--r-- | buildtools/ada/adaglobaloptionsdlg.h | 2 | ||||
| -rw-r--r-- | buildtools/ada/adaproject_part.h | 2 | ||||
| -rw-r--r-- | buildtools/ada/adaproject_widget.h | 2 | ||||
| -rw-r--r-- | buildtools/ada/adaprojectoptionsdlg.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/buildtools/ada/adaglobaloptionsdlg.h b/buildtools/ada/adaglobaloptionsdlg.h index 39e2e354..1b3d75cf 100644 --- a/buildtools/ada/adaglobaloptionsdlg.h +++ b/buildtools/ada/adaglobaloptionsdlg.h @@ -19,7 +19,7 @@ class AdaProjectPart; class AdaGlobalOptionsDlg : public AdaProjectOptionsDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/ada/adaproject_part.h b/buildtools/ada/adaproject_part.h index 5511da78..a1415344 100644 --- a/buildtools/ada/adaproject_part.h +++ b/buildtools/ada/adaproject_part.h @@ -19,7 +19,7 @@ class KDevCompilerOptions; class AdaProjectPart : public KDevBuildTool { - Q_OBJECT + TQ_OBJECT public: AdaProjectPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/buildtools/ada/adaproject_widget.h b/buildtools/ada/adaproject_widget.h index 6bbab369..f1bb5e2b 100644 --- a/buildtools/ada/adaproject_widget.h +++ b/buildtools/ada/adaproject_widget.h @@ -9,7 +9,7 @@ class AdaProjectPart; class AdaProjectWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/ada/adaprojectoptionsdlg.h b/buildtools/ada/adaprojectoptionsdlg.h index 569f06c9..655b2310 100644 --- a/buildtools/ada/adaprojectoptionsdlg.h +++ b/buildtools/ada/adaprojectoptionsdlg.h @@ -18,7 +18,7 @@ class KDevCompilerOptions; class AdaProjectOptionsDlg : public AdaProjectOptionsDlgBase { - Q_OBJECT + TQ_OBJECT public: |
