summaryrefslogtreecommitdiffstats
path: root/buildtools/custommakefiles
diff options
context:
space:
mode:
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: