summaryrefslogtreecommitdiffstats
path: root/buildtools/custommakefiles
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 17:51:37 +0900
commitf3d43273fab6185fb07a20829ba537c650261a16 (patch)
tree1c587bc4e2af242a54f79334ec76e9119127addc /buildtools/custommakefiles
parent4ab396a40eb06d14b10d8a35a4ca2166a677804f (diff)
downloadtdevelop-f3d43273.tar.gz
tdevelop-f3d43273.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9c40420b261ea30555cabc299829028ee345b9e5)
Diffstat (limited to 'buildtools/custommakefiles')
-rw-r--r--buildtools/custommakefiles/custombuildoptionswidget.h2
-rw-r--r--buildtools/custommakefiles/custommakeconfigwidget.h2
-rw-r--r--buildtools/custommakefiles/custommanagerwidget.h2
-rw-r--r--buildtools/custommakefiles/customotherconfigwidget.h2
-rw-r--r--buildtools/custommakefiles/customprojectpart.h2
-rw-r--r--buildtools/custommakefiles/selectnewfilesdialog.h2
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: