diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:07:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-21 17:28:49 +0900 |
commit | 9c40420b261ea30555cabc299829028ee345b9e5 (patch) | |
tree | 0bec930107d651516239f2592512b2057b9f5452 /buildtools/custommakefiles | |
parent | 3f9cda007f52077d533117c4fa2441629ad9d796 (diff) | |
download | tdevelop-9c40420b261ea30555cabc299829028ee345b9e5.tar.gz tdevelop-9c40420b261ea30555cabc299829028ee345b9e5.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'buildtools/custommakefiles')
6 files changed, 6 insertions, 6 deletions
diff --git a/buildtools/custommakefiles/custombuildoptionswidget.h b/buildtools/custommakefiles/custombuildoptionswidget.h index 7295a7e9..3308aa47 100644 --- a/buildtools/custommakefiles/custombuildoptionswidget.h +++ b/buildtools/custommakefiles/custombuildoptionswidget.h @@ -20,7 +20,7 @@ class TQTabWidget; class CustomBuildOptionsWidget : public CustomBuildOptionsWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/custommakefiles/custommakeconfigwidget.h b/buildtools/custommakefiles/custommakeconfigwidget.h index 9ace95e0..d3369b1d 100644 --- a/buildtools/custommakefiles/custommakeconfigwidget.h +++ b/buildtools/custommakefiles/custommakeconfigwidget.h @@ -23,7 +23,7 @@ class EnvironmentVariablesWidget; */ class CustomMakeConfigWidget : public CustomMakeConfigWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/custommakefiles/custommanagerwidget.h b/buildtools/custommakefiles/custommanagerwidget.h index 655e0447..6ce029e2 100644 --- a/buildtools/custommakefiles/custommanagerwidget.h +++ b/buildtools/custommakefiles/custommanagerwidget.h @@ -22,7 +22,7 @@ class KEditListBox; class CustomManagerWidget : public CustomManagerWidgetBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/buildtools/custommakefiles/customotherconfigwidget.h b/buildtools/custommakefiles/customotherconfigwidget.h index a92d816d..ee9c31a7 100644 --- a/buildtools/custommakefiles/customotherconfigwidget.h +++ b/buildtools/custommakefiles/customotherconfigwidget.h @@ -23,7 +23,7 @@ class EnvironmentVariablesWidget; */ class CustomOtherConfigWidget : public CustomOtherConfigWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/custommakefiles/customprojectpart.h b/buildtools/custommakefiles/customprojectpart.h index b6cb6fe5..b505847c 100644 --- a/buildtools/custommakefiles/customprojectpart.h +++ b/buildtools/custommakefiles/customprojectpart.h @@ -32,7 +32,7 @@ class TDESelectAction; class CustomProjectPart : public KDevBuildTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/custommakefiles/selectnewfilesdialog.h b/buildtools/custommakefiles/selectnewfilesdialog.h index 446936ac..5c226f41 100644 --- a/buildtools/custommakefiles/selectnewfilesdialog.h +++ b/buildtools/custommakefiles/selectnewfilesdialog.h @@ -20,7 +20,7 @@ class SelectNewFilesDialogBase; class SelectNewFilesDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: |