From 9c40420b261ea30555cabc299829028ee345b9e5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:57 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- buildtools/ada/adaglobaloptionsdlg.h | 2 +- buildtools/ada/adaproject_part.h | 2 +- buildtools/ada/adaproject_widget.h | 2 +- buildtools/ada/adaprojectoptionsdlg.h | 2 +- buildtools/ant/antprojectpart.h | 2 +- buildtools/autotools/addapplicationdlg.h | 2 +- buildtools/autotools/addexistingdirectoriesdlg.h | 2 +- buildtools/autotools/addexistingfilesdlg.h | 2 +- buildtools/autotools/addfiledlg.h | 2 +- buildtools/autotools/addicondlg.h | 2 +- buildtools/autotools/addprefixdlg.h | 2 +- buildtools/autotools/addservicedlg.h | 2 +- buildtools/autotools/addsubprojectdlg.h | 2 +- buildtools/autotools/addtargetdlg.h | 2 +- buildtools/autotools/addtranslationdlg.h | 2 +- buildtools/autotools/autodetailsview.h | 2 +- buildtools/autotools/autoprojectpart.h | 2 +- buildtools/autotools/autoprojectwidget.h | 2 +- buildtools/autotools/autosubprojectview.h | 2 +- buildtools/autotools/choosetargetdialog.h | 2 +- buildtools/autotools/configureoptionswidget.h | 2 +- buildtools/autotools/fileselectorwidget.h | 4 ++-- buildtools/autotools/kimporticonview.h | 2 +- buildtools/autotools/managecustomcommand.h | 2 +- buildtools/autotools/removefiledlg.h | 2 +- buildtools/autotools/subprojectoptionsdlg.h | 2 +- buildtools/autotools/targetoptionsdlg.h | 2 +- buildtools/autotools/tdefilednddetailview.h | 2 +- buildtools/autotools/tdefiledndiconview.h | 2 +- buildtools/custommakefiles/custombuildoptionswidget.h | 2 +- buildtools/custommakefiles/custommakeconfigwidget.h | 2 +- buildtools/custommakefiles/custommanagerwidget.h | 2 +- buildtools/custommakefiles/customotherconfigwidget.h | 2 +- buildtools/custommakefiles/customprojectpart.h | 2 +- buildtools/custommakefiles/selectnewfilesdialog.h | 2 +- buildtools/lib/parsers/autotools/tests/viewer.h | 2 +- buildtools/lib/parsers/qmake/tests/viewer.h | 2 +- buildtools/lib/widgets/addenvvardlg.h | 2 +- buildtools/lib/widgets/addfilesdialog.h | 2 +- buildtools/lib/widgets/environmentdisplaydialog.h | 2 +- buildtools/lib/widgets/environmentvariableswidget.h | 2 +- buildtools/lib/widgets/makeoptionswidget.h | 2 +- buildtools/lib/widgets/removesubprojectdialog.h | 2 +- buildtools/lib/widgets/runoptionswidget.h | 2 +- buildtools/lib/widgets/subclassesdlg.h | 2 +- buildtools/pascal/pascalglobaloptionsdlg.h | 2 +- buildtools/pascal/pascalproject_part.h | 2 +- buildtools/pascal/pascalproject_widget.h | 2 +- buildtools/pascal/pascalprojectoptionsdlg.h | 2 +- buildtools/qmake/choosesubprojectdlg.h | 2 +- buildtools/qmake/createscopedlg.h | 2 +- buildtools/qmake/disablesubprojectdlg.h | 2 +- buildtools/qmake/qmakeoptionswidget.h | 2 +- buildtools/qmake/trolllistview.h | 2 +- buildtools/qmake/trollprojectpart.h | 2 +- buildtools/qmake/trollprojectwidget.h | 2 +- buildtools/script/scriptnewfiledlg.h | 2 +- buildtools/script/scriptoptionswidget.h | 2 +- buildtools/script/scriptprojectpart.h | 2 +- 59 files changed, 60 insertions(+), 60 deletions(-) (limited to 'buildtools') 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: diff --git a/buildtools/ant/antprojectpart.h b/buildtools/ant/antprojectpart.h index e3b325d2..aecd7838 100644 --- a/buildtools/ant/antprojectpart.h +++ b/buildtools/ant/antprojectpart.h @@ -42,7 +42,7 @@ public: class AntProjectPart : public KDevBuildTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/addapplicationdlg.h b/buildtools/autotools/addapplicationdlg.h index 285a4d77..b36adafd 100644 --- a/buildtools/autotools/addapplicationdlg.h +++ b/buildtools/autotools/addapplicationdlg.h @@ -21,7 +21,7 @@ class TargetItem; class AddApplicationDialog : public AddApplicationDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/addexistingdirectoriesdlg.h b/buildtools/autotools/addexistingdirectoriesdlg.h index 521ddd35..c68e8113 100644 --- a/buildtools/autotools/addexistingdirectoriesdlg.h +++ b/buildtools/autotools/addexistingdirectoriesdlg.h @@ -35,7 +35,7 @@ class KImportIconView; class AddExistingDirectoriesDialog : public AddExistingDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/addexistingfilesdlg.h b/buildtools/autotools/addexistingfilesdlg.h index 467307f7..3d9fed36 100644 --- a/buildtools/autotools/addexistingfilesdlg.h +++ b/buildtools/autotools/addexistingfilesdlg.h @@ -38,7 +38,7 @@ class KFileItem; class AddExistingFilesDialog : public AddExistingDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/addfiledlg.h b/buildtools/autotools/addfiledlg.h index d3e41b49..dbd87b4e 100644 --- a/buildtools/autotools/addfiledlg.h +++ b/buildtools/autotools/addfiledlg.h @@ -26,7 +26,7 @@ class TargetItem; class AddFileDialog : public AddFileDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/addicondlg.h b/buildtools/autotools/addicondlg.h index 89507b68..b11925f0 100644 --- a/buildtools/autotools/addicondlg.h +++ b/buildtools/autotools/addicondlg.h @@ -22,7 +22,7 @@ class TargetItem; class AddIconDialog : public AddIconDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/addprefixdlg.h b/buildtools/autotools/addprefixdlg.h index 794241f6..c2e80532 100644 --- a/buildtools/autotools/addprefixdlg.h +++ b/buildtools/autotools/addprefixdlg.h @@ -18,7 +18,7 @@ class TQPushButton; class AddPrefixDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/addservicedlg.h b/buildtools/autotools/addservicedlg.h index 70d004e4..203dedf9 100644 --- a/buildtools/autotools/addservicedlg.h +++ b/buildtools/autotools/addservicedlg.h @@ -21,7 +21,7 @@ class TargetItem; class AddServiceDialog : public AddServiceDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/addsubprojectdlg.h b/buildtools/autotools/addsubprojectdlg.h index 897558ef..d2964561 100644 --- a/buildtools/autotools/addsubprojectdlg.h +++ b/buildtools/autotools/addsubprojectdlg.h @@ -24,7 +24,7 @@ class SubprojectItem; class AddSubprojectDialog : public AddSubprojectDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/addtargetdlg.h b/buildtools/autotools/addtargetdlg.h index 0be9aa0a..0663a3e2 100644 --- a/buildtools/autotools/addtargetdlg.h +++ b/buildtools/autotools/addtargetdlg.h @@ -21,7 +21,7 @@ class SubprojectItem; class AddTargetDialog : public AddTargetDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/addtranslationdlg.h b/buildtools/autotools/addtranslationdlg.h index 2754a65b..e8932562 100644 --- a/buildtools/autotools/addtranslationdlg.h +++ b/buildtools/autotools/addtranslationdlg.h @@ -20,7 +20,7 @@ class AutoProjectPart; class AddTranslationDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/autodetailsview.h b/buildtools/autotools/autodetailsview.h index 081842ee..5c2eab6f 100644 --- a/buildtools/autotools/autodetailsview.h +++ b/buildtools/autotools/autodetailsview.h @@ -31,7 +31,7 @@ class AutoDetailsView : protected AutoProjectViewBase { friend class RemoveFileDialog; friend class FileItem; - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/autoprojectpart.h b/buildtools/autotools/autoprojectpart.h index c4a9949b..bee4f9ae 100644 --- a/buildtools/autotools/autoprojectpart.h +++ b/buildtools/autotools/autoprojectpart.h @@ -33,7 +33,7 @@ class ConfigWidgetProxy; class AutoProjectPart : public KDevBuildTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/autoprojectwidget.h b/buildtools/autotools/autoprojectwidget.h index df392c59..2b0e546d 100644 --- a/buildtools/autotools/autoprojectwidget.h +++ b/buildtools/autotools/autoprojectwidget.h @@ -47,7 +47,7 @@ class MakefileHandler; class AutoProjectWidget : public TQVBox { - Q_OBJECT + TQ_OBJECT friend class RemoveFileDialog; friend class TargetOptionsDialog; // to access projectDom() via m_part->projectDom() diff --git a/buildtools/autotools/autosubprojectview.h b/buildtools/autotools/autosubprojectview.h index 5f6f10b3..27e0c55b 100644 --- a/buildtools/autotools/autosubprojectview.h +++ b/buildtools/autotools/autosubprojectview.h @@ -40,7 +40,7 @@ namespace AutoProjectPrivate //so in order to be able to compile this file I made the inheritance public again, Alex class AutoSubprojectView : public AutoProjectViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/choosetargetdialog.h b/buildtools/autotools/choosetargetdialog.h index bcc3ba64..ec9e2799 100644 --- a/buildtools/autotools/choosetargetdialog.h +++ b/buildtools/autotools/choosetargetdialog.h @@ -28,7 +28,7 @@ class TQWidget; class ChooseTargetDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: ChooseTargetDialog( AutoProjectWidget* widget, AutoProjectPart* part, diff --git a/buildtools/autotools/configureoptionswidget.h b/buildtools/autotools/configureoptionswidget.h index dc4f7ffa..42f6d931 100644 --- a/buildtools/autotools/configureoptionswidget.h +++ b/buildtools/autotools/configureoptionswidget.h @@ -24,7 +24,7 @@ class EnvironmentVariablesWidget; class ConfigureOptionsWidget : public ConfigureOptionsWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/fileselectorwidget.h b/buildtools/autotools/fileselectorwidget.h index 0de3f189..b4dbcf00 100644 --- a/buildtools/autotools/fileselectorwidget.h +++ b/buildtools/autotools/fileselectorwidget.h @@ -39,7 +39,7 @@ class KFile; class KDnDDirOperator : public KDirOperator { - Q_OBJECT + TQ_OBJECT public: @@ -51,7 +51,7 @@ protected: class FileSelectorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/kimporticonview.h b/buildtools/autotools/kimporticonview.h index 26ec4d96..cf8880e0 100644 --- a/buildtools/autotools/kimporticonview.h +++ b/buildtools/autotools/kimporticonview.h @@ -23,7 +23,7 @@ class KImportIconView : public KFileDnDIconView { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/managecustomcommand.h b/buildtools/autotools/managecustomcommand.h index ad3ea250..a9a30dae 100644 --- a/buildtools/autotools/managecustomcommand.h +++ b/buildtools/autotools/managecustomcommand.h @@ -23,7 +23,7 @@ class ManageCustomCommand: public ManageCustomBuildCommandsBase { - Q_OBJECT + TQ_OBJECT public: ManageCustomCommand( TQWidget *parent = 0, const char *name = 0 ); diff --git a/buildtools/autotools/removefiledlg.h b/buildtools/autotools/removefiledlg.h index 138f9ad5..bb3fd1cc 100644 --- a/buildtools/autotools/removefiledlg.h +++ b/buildtools/autotools/removefiledlg.h @@ -25,7 +25,7 @@ class TargetItem; class RemoveFileDialog : public RemoveFileDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/subprojectoptionsdlg.h b/buildtools/autotools/subprojectoptionsdlg.h index d53b34c1..113db5ff 100644 --- a/buildtools/autotools/subprojectoptionsdlg.h +++ b/buildtools/autotools/subprojectoptionsdlg.h @@ -21,7 +21,7 @@ class SubprojectItem; class SubprojectOptionsDialog : public SubprojectOptionsDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/targetoptionsdlg.h b/buildtools/autotools/targetoptionsdlg.h index 205086c9..1e44d565 100644 --- a/buildtools/autotools/targetoptionsdlg.h +++ b/buildtools/autotools/targetoptionsdlg.h @@ -20,7 +20,7 @@ class TargetItem; class TargetOptionsDialog : public TargetOptionsDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/autotools/tdefilednddetailview.h b/buildtools/autotools/tdefilednddetailview.h index bb65d40f..8af26cf0 100644 --- a/buildtools/autotools/tdefilednddetailview.h +++ b/buildtools/autotools/tdefilednddetailview.h @@ -39,7 +39,7 @@ class KFileDnDDetailView : public KFileDetailView { - Q_OBJECT + TQ_OBJECT public: /** */ diff --git a/buildtools/autotools/tdefiledndiconview.h b/buildtools/autotools/tdefiledndiconview.h index 8bd36d51..b18cf486 100644 --- a/buildtools/autotools/tdefiledndiconview.h +++ b/buildtools/autotools/tdefiledndiconview.h @@ -34,7 +34,7 @@ class KFileDnDIconView : public KFileIconView { - Q_OBJECT + TQ_OBJECT public: // Public methods 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: diff --git a/buildtools/lib/parsers/autotools/tests/viewer.h b/buildtools/lib/parsers/autotools/tests/viewer.h index ea300158..bb4a1a2a 100644 --- a/buildtools/lib/parsers/autotools/tests/viewer.h +++ b/buildtools/lib/parsers/autotools/tests/viewer.h @@ -29,7 +29,7 @@ namespace AutoTools { class ProjectAST; } class TQListViewItem; class Viewer: public ViewerBase { -Q_OBJECT +TQ_OBJECT public: Viewer(TQWidget *parent = 0, const char *name = 0); diff --git a/buildtools/lib/parsers/qmake/tests/viewer.h b/buildtools/lib/parsers/qmake/tests/viewer.h index 86fe70fe..996b8f46 100644 --- a/buildtools/lib/parsers/qmake/tests/viewer.h +++ b/buildtools/lib/parsers/qmake/tests/viewer.h @@ -31,7 +31,7 @@ class ProjectAST; class TQListViewItem; class Viewer: public ViewerBase { -Q_OBJECT +TQ_OBJECT public: Viewer(TQWidget *parent = 0, const char *name = 0); diff --git a/buildtools/lib/widgets/addenvvardlg.h b/buildtools/lib/widgets/addenvvardlg.h index 9069f493..d4afadf6 100644 --- a/buildtools/lib/widgets/addenvvardlg.h +++ b/buildtools/lib/widgets/addenvvardlg.h @@ -29,7 +29,7 @@ Dialog to add environment variables. */ class AddEnvvarDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/lib/widgets/addfilesdialog.h b/buildtools/lib/widgets/addfilesdialog.h index 8a7ed5c9..e2b8b5cd 100644 --- a/buildtools/lib/widgets/addfilesdialog.h +++ b/buildtools/lib/widgets/addfilesdialog.h @@ -33,7 +33,7 @@ with the relative path (e.g. ../../dir/filename) */ class AddFilesDialog : public KFileDialog { - Q_OBJECT + TQ_OBJECT public: enum Mode { Copy, Link, Relative }; diff --git a/buildtools/lib/widgets/environmentdisplaydialog.h b/buildtools/lib/widgets/environmentdisplaydialog.h index 28af5c6a..46b4bdb8 100644 --- a/buildtools/lib/widgets/environmentdisplaydialog.h +++ b/buildtools/lib/widgets/environmentdisplaydialog.h @@ -25,7 +25,7 @@ class EnvironmentDisplayDialog : public EnvironmentDisplayDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/buildtools/lib/widgets/environmentvariableswidget.h b/buildtools/lib/widgets/environmentvariableswidget.h index c49badc3..c9c9946e 100644 --- a/buildtools/lib/widgets/environmentvariableswidget.h +++ b/buildtools/lib/widgets/environmentvariableswidget.h @@ -30,7 +30,7 @@ Environment variables widget. */ class EnvironmentVariablesWidget : public EnvironmentVariablesWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/lib/widgets/makeoptionswidget.h b/buildtools/lib/widgets/makeoptionswidget.h index bc4f8878..4a44c437 100644 --- a/buildtools/lib/widgets/makeoptionswidget.h +++ b/buildtools/lib/widgets/makeoptionswidget.h @@ -31,7 +31,7 @@ Make options widget. */ class MakeOptionsWidget : public MakeOptionsWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/lib/widgets/removesubprojectdialog.h b/buildtools/lib/widgets/removesubprojectdialog.h index 89426eb8..7de20af3 100644 --- a/buildtools/lib/widgets/removesubprojectdialog.h +++ b/buildtools/lib/widgets/removesubprojectdialog.h @@ -27,7 +27,7 @@ Subproject removal dialog. */ class RemoveSubprojectDialog : public RemoveSubprojectDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/lib/widgets/runoptionswidget.h b/buildtools/lib/widgets/runoptionswidget.h index f38c4a9e..2eaa8740 100644 --- a/buildtools/lib/widgets/runoptionswidget.h +++ b/buildtools/lib/widgets/runoptionswidget.h @@ -32,7 +32,7 @@ Run options widget. */ class RunOptionsWidget : public RunOptionsWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/lib/widgets/subclassesdlg.h b/buildtools/lib/widgets/subclassesdlg.h index 373ce267..75ced25b 100644 --- a/buildtools/lib/widgets/subclassesdlg.h +++ b/buildtools/lib/widgets/subclassesdlg.h @@ -27,7 +27,7 @@ Subclass creation dialog. */ class SubclassesDlg : public SubclassesDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/pascal/pascalglobaloptionsdlg.h b/buildtools/pascal/pascalglobaloptionsdlg.h index 5e6e3d23..18be3ebc 100644 --- a/buildtools/pascal/pascalglobaloptionsdlg.h +++ b/buildtools/pascal/pascalglobaloptionsdlg.h @@ -21,7 +21,7 @@ class PascalProjectPart; class PascalGlobalOptionsDlg : public PascalProjectOptionsDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/pascal/pascalproject_part.h b/buildtools/pascal/pascalproject_part.h index 54d09b2e..55d98c96 100644 --- a/buildtools/pascal/pascalproject_part.h +++ b/buildtools/pascal/pascalproject_part.h @@ -21,7 +21,7 @@ class KDevCompilerOptions; class PascalProjectPart : public KDevBuildTool { - Q_OBJECT + TQ_OBJECT public: PascalProjectPart(TQObject *parent, const char *name, const TQStringList &); diff --git a/buildtools/pascal/pascalproject_widget.h b/buildtools/pascal/pascalproject_widget.h index 252c7500..1d94652a 100644 --- a/buildtools/pascal/pascalproject_widget.h +++ b/buildtools/pascal/pascalproject_widget.h @@ -12,7 +12,7 @@ class PascalProjectPart; class PascalProjectWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/pascal/pascalprojectoptionsdlg.h b/buildtools/pascal/pascalprojectoptionsdlg.h index acedb14d..78698a45 100644 --- a/buildtools/pascal/pascalprojectoptionsdlg.h +++ b/buildtools/pascal/pascalprojectoptionsdlg.h @@ -20,7 +20,7 @@ class KDevCompilerOptions; class PascalProjectOptionsDlg : public PascalProjectOptionsDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/qmake/choosesubprojectdlg.h b/buildtools/qmake/choosesubprojectdlg.h index d2759adb..e9daf2e1 100644 --- a/buildtools/qmake/choosesubprojectdlg.h +++ b/buildtools/qmake/choosesubprojectdlg.h @@ -33,7 +33,7 @@ private: class ChooseSubprojectDlg : public ChooseSubprojectDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/qmake/createscopedlg.h b/buildtools/qmake/createscopedlg.h index bac4ded6..30f72b59 100644 --- a/buildtools/qmake/createscopedlg.h +++ b/buildtools/qmake/createscopedlg.h @@ -19,7 +19,7 @@ class TrollProjectWigdet; class CreateScopeDlg : public CreateScopeDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/qmake/disablesubprojectdlg.h b/buildtools/qmake/disablesubprojectdlg.h index 0dec8e94..aa876866 100644 --- a/buildtools/qmake/disablesubprojectdlg.h +++ b/buildtools/qmake/disablesubprojectdlg.h @@ -16,7 +16,7 @@ class DisableSubprojectDlg : public DisableSubprojectDlgBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/qmake/qmakeoptionswidget.h b/buildtools/qmake/qmakeoptionswidget.h index 05bed8c2..c64d9efb 100644 --- a/buildtools/qmake/qmakeoptionswidget.h +++ b/buildtools/qmake/qmakeoptionswidget.h @@ -18,7 +18,7 @@ class QMakeOptionsWidget : public QMakeOptionsWidgetBase { - Q_OBJECT + TQ_OBJECT public: QMakeOptionsWidget( const TQString& projectdir, TQDomDocument &dom, const TQString &configGroup, diff --git a/buildtools/qmake/trolllistview.h b/buildtools/qmake/trolllistview.h index 8c2c021f..13c0565d 100644 --- a/buildtools/qmake/trolllistview.h +++ b/buildtools/qmake/trolllistview.h @@ -26,7 +26,7 @@ class TrollListView : public TDEListView { -Q_OBJECT +TQ_OBJECT public: TrollListView(TrollProjectWidget *widget, TQWidget *parent, TrollProjectWidget::TrollProjectView view, const char *name = 0); diff --git a/buildtools/qmake/trollprojectpart.h b/buildtools/qmake/trollprojectpart.h index ac323cb4..1516c477 100644 --- a/buildtools/qmake/trollprojectpart.h +++ b/buildtools/qmake/trollprojectpart.h @@ -30,7 +30,7 @@ class TQMakeDefaultOpts; class TrollProjectPart : public KDevBuildTool { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/qmake/trollprojectwidget.h b/buildtools/qmake/trollprojectwidget.h index 04a07ed9..7821d075 100644 --- a/buildtools/qmake/trollprojectwidget.h +++ b/buildtools/qmake/trollprojectwidget.h @@ -43,7 +43,7 @@ class ProjectConfigurationDlg; class TrollProjectWidget : public TQVBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/script/scriptnewfiledlg.h b/buildtools/script/scriptnewfiledlg.h index fa054091..9c204894 100644 --- a/buildtools/script/scriptnewfiledlg.h +++ b/buildtools/script/scriptnewfiledlg.h @@ -21,7 +21,7 @@ class ScriptProjectPart; class ScriptNewFileDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/script/scriptoptionswidget.h b/buildtools/script/scriptoptionswidget.h index 8f136d75..04a7e742 100644 --- a/buildtools/script/scriptoptionswidget.h +++ b/buildtools/script/scriptoptionswidget.h @@ -19,7 +19,7 @@ class KDevPlugin; class ScriptOptionsWidget : public ScriptOptionsWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/buildtools/script/scriptprojectpart.h b/buildtools/script/scriptprojectpart.h index 92087991..8a06fa81 100644 --- a/buildtools/script/scriptprojectpart.h +++ b/buildtools/script/scriptprojectpart.h @@ -24,7 +24,7 @@ class ScriptProjectWidget; class ScriptProjectPart : public KDevBuildTool { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1