summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/ada/adaglobaloptionsdlg.h2
-rw-r--r--buildtools/ada/adaproject_part.h2
-rw-r--r--buildtools/ada/adaproject_widget.h2
-rw-r--r--buildtools/ada/adaprojectoptionsdlg.h2
-rw-r--r--buildtools/ant/antprojectpart.h2
-rw-r--r--buildtools/autotools/addapplicationdlg.h2
-rw-r--r--buildtools/autotools/addexistingdirectoriesdlg.h2
-rw-r--r--buildtools/autotools/addexistingfilesdlg.h2
-rw-r--r--buildtools/autotools/addfiledlg.h2
-rw-r--r--buildtools/autotools/addicondlg.h2
-rw-r--r--buildtools/autotools/addprefixdlg.h2
-rw-r--r--buildtools/autotools/addservicedlg.h2
-rw-r--r--buildtools/autotools/addsubprojectdlg.h2
-rw-r--r--buildtools/autotools/addtargetdlg.h2
-rw-r--r--buildtools/autotools/addtranslationdlg.h2
-rw-r--r--buildtools/autotools/autodetailsview.h2
-rw-r--r--buildtools/autotools/autoprojectpart.h2
-rw-r--r--buildtools/autotools/autoprojectwidget.h2
-rw-r--r--buildtools/autotools/autosubprojectview.h2
-rw-r--r--buildtools/autotools/choosetargetdialog.h2
-rw-r--r--buildtools/autotools/configureoptionswidget.h2
-rw-r--r--buildtools/autotools/fileselectorwidget.h4
-rw-r--r--buildtools/autotools/kfilednddetailview.h2
-rw-r--r--buildtools/autotools/kfiledndiconview.h2
-rw-r--r--buildtools/autotools/kimporticonview.h2
-rw-r--r--buildtools/autotools/managecustomcommand.h2
-rw-r--r--buildtools/autotools/removefiledlg.h2
-rw-r--r--buildtools/autotools/subprojectoptionsdlg.h2
-rw-r--r--buildtools/autotools/targetoptionsdlg.h2
-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
-rw-r--r--buildtools/lib/parsers/autotools/tests/viewer.h2
-rw-r--r--buildtools/lib/parsers/qmake/tests/viewer.h2
-rw-r--r--buildtools/lib/widgets/addenvvardlg.h2
-rw-r--r--buildtools/lib/widgets/addfilesdialog.h2
-rw-r--r--buildtools/lib/widgets/environmentdisplaydialog.h2
-rw-r--r--buildtools/lib/widgets/environmentvariableswidget.h2
-rw-r--r--buildtools/lib/widgets/makeoptionswidget.h2
-rw-r--r--buildtools/lib/widgets/removesubprojectdialog.h2
-rw-r--r--buildtools/lib/widgets/runoptionswidget.h2
-rw-r--r--buildtools/lib/widgets/subclassesdlg.h2
-rw-r--r--buildtools/pascal/pascalglobaloptionsdlg.h2
-rw-r--r--buildtools/pascal/pascalproject_part.h2
-rw-r--r--buildtools/pascal/pascalproject_widget.h2
-rw-r--r--buildtools/pascal/pascalprojectoptionsdlg.h2
-rw-r--r--buildtools/qmake/choosesubprojectdlg.h2
-rw-r--r--buildtools/qmake/createscopedlg.h2
-rw-r--r--buildtools/qmake/disablesubprojectdlg.h2
-rw-r--r--buildtools/qmake/qmakeoptionswidget.h2
-rw-r--r--buildtools/qmake/trolllistview.h2
-rw-r--r--buildtools/qmake/trollprojectpart.h2
-rw-r--r--buildtools/qmake/trollprojectwidget.h2
-rw-r--r--buildtools/script/scriptnewfiledlg.h2
-rw-r--r--buildtools/script/scriptoptionswidget.h2
-rw-r--r--buildtools/script/scriptprojectpart.h2
59 files changed, 60 insertions, 60 deletions
diff --git a/buildtools/ada/adaglobaloptionsdlg.h b/buildtools/ada/adaglobaloptionsdlg.h
index 3a1f1eb6..f4247bf6 100644
--- a/buildtools/ada/adaglobaloptionsdlg.h
+++ b/buildtools/ada/adaglobaloptionsdlg.h
@@ -20,7 +20,7 @@ class AdaProjectPart;
class AdaGlobalOptionsDlg : public AdaProjectOptionsDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AdaGlobalOptionsDlg(AdaProjectPart *part, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
diff --git a/buildtools/ada/adaproject_part.h b/buildtools/ada/adaproject_part.h
index 23d2b59a..5511da78 100644
--- a/buildtools/ada/adaproject_part.h
+++ b/buildtools/ada/adaproject_part.h
@@ -20,7 +20,7 @@ class KDevCompilerOptions;
class AdaProjectPart : public KDevBuildTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
AdaProjectPart(TQObject *parent, const char *name, const TQStringList &);
~AdaProjectPart();
diff --git a/buildtools/ada/adaproject_widget.h b/buildtools/ada/adaproject_widget.h
index e527cd0d..6bbab369 100644
--- a/buildtools/ada/adaproject_widget.h
+++ b/buildtools/ada/adaproject_widget.h
@@ -10,7 +10,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 418d22be..49f06522 100644
--- a/buildtools/ada/adaprojectoptionsdlg.h
+++ b/buildtools/ada/adaprojectoptionsdlg.h
@@ -19,7 +19,7 @@ class KDevCompilerOptions;
class AdaProjectOptionsDlg : public AdaProjectOptionsDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AdaProjectOptionsDlg(AdaProjectPart *part, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
diff --git a/buildtools/ant/antprojectpart.h b/buildtools/ant/antprojectpart.h
index 5831b0ee..6185d2c6 100644
--- a/buildtools/ant/antprojectpart.h
+++ b/buildtools/ant/antprojectpart.h
@@ -43,7 +43,7 @@ public:
class AntProjectPart : public KDevBuildTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/buildtools/autotools/addapplicationdlg.h b/buildtools/autotools/addapplicationdlg.h
index c595c931..93eb92e6 100644
--- a/buildtools/autotools/addapplicationdlg.h
+++ b/buildtools/autotools/addapplicationdlg.h
@@ -22,7 +22,7 @@ class TargetItem;
class AddApplicationDialog : public AddApplicationDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddApplicationDialog( AutoProjectWidget *widget, SubprojectItem *spitem,
diff --git a/buildtools/autotools/addexistingdirectoriesdlg.h b/buildtools/autotools/addexistingdirectoriesdlg.h
index 950bab3e..d09d53db 100644
--- a/buildtools/autotools/addexistingdirectoriesdlg.h
+++ b/buildtools/autotools/addexistingdirectoriesdlg.h
@@ -36,7 +36,7 @@ class KImportIconView;
class AddExistingDirectoriesDialog : public AddExistingDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddExistingDirectoriesDialog ( AutoProjectPart* part, AutoProjectWidget *widget,
diff --git a/buildtools/autotools/addexistingfilesdlg.h b/buildtools/autotools/addexistingfilesdlg.h
index 0151a039..ea556226 100644
--- a/buildtools/autotools/addexistingfilesdlg.h
+++ b/buildtools/autotools/addexistingfilesdlg.h
@@ -39,7 +39,7 @@ class KFileItem;
class AddExistingFilesDialog : public AddExistingDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddExistingFilesDialog( AutoProjectPart* part, AutoProjectWidget *widget,
diff --git a/buildtools/autotools/addfiledlg.h b/buildtools/autotools/addfiledlg.h
index 55e5f7ee..4202d01b 100644
--- a/buildtools/autotools/addfiledlg.h
+++ b/buildtools/autotools/addfiledlg.h
@@ -27,7 +27,7 @@ class TargetItem;
class AddFileDialog : public AddFileDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddFileDialog( AutoProjectPart *part, AutoProjectWidget *widget,
diff --git a/buildtools/autotools/addicondlg.h b/buildtools/autotools/addicondlg.h
index 8dbddfd4..d8cf8aa5 100644
--- a/buildtools/autotools/addicondlg.h
+++ b/buildtools/autotools/addicondlg.h
@@ -23,7 +23,7 @@ class TargetItem;
class AddIconDialog : public AddIconDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddIconDialog( AutoProjectPart *part, AutoProjectWidget *widget,
diff --git a/buildtools/autotools/addprefixdlg.h b/buildtools/autotools/addprefixdlg.h
index d23cb656..475becf2 100644
--- a/buildtools/autotools/addprefixdlg.h
+++ b/buildtools/autotools/addprefixdlg.h
@@ -19,7 +19,7 @@ class TQPushButton;
class AddPrefixDialog : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddPrefixDialog( const TQString& nameEdit = "", const TQString& pathEdit = "",
diff --git a/buildtools/autotools/addservicedlg.h b/buildtools/autotools/addservicedlg.h
index 4684a4f0..8998ad1f 100644
--- a/buildtools/autotools/addservicedlg.h
+++ b/buildtools/autotools/addservicedlg.h
@@ -22,7 +22,7 @@ class TargetItem;
class AddServiceDialog : public AddServiceDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddServiceDialog( AutoProjectWidget *widget, SubprojectItem *spitem,
diff --git a/buildtools/autotools/addsubprojectdlg.h b/buildtools/autotools/addsubprojectdlg.h
index 57e3a105..da542cb1 100644
--- a/buildtools/autotools/addsubprojectdlg.h
+++ b/buildtools/autotools/addsubprojectdlg.h
@@ -25,7 +25,7 @@ class SubprojectItem;
class AddSubprojectDialog : public AddSubprojectDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddSubprojectDialog( AutoProjectPart *part, AutoSubprojectView *widget,
diff --git a/buildtools/autotools/addtargetdlg.h b/buildtools/autotools/addtargetdlg.h
index f89ecabd..fc9c3eae 100644
--- a/buildtools/autotools/addtargetdlg.h
+++ b/buildtools/autotools/addtargetdlg.h
@@ -22,7 +22,7 @@ class SubprojectItem;
class AddTargetDialog : public AddTargetDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddTargetDialog( AutoProjectWidget *widget, SubprojectItem *item,
diff --git a/buildtools/autotools/addtranslationdlg.h b/buildtools/autotools/addtranslationdlg.h
index a52ab144..913445a2 100644
--- a/buildtools/autotools/addtranslationdlg.h
+++ b/buildtools/autotools/addtranslationdlg.h
@@ -21,7 +21,7 @@ class AutoProjectPart;
class AddTranslationDialog : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddTranslationDialog( AutoProjectPart *part, TQWidget *parent = 0, const char *name = 0 );
diff --git a/buildtools/autotools/autodetailsview.h b/buildtools/autotools/autodetailsview.h
index 2c76d6c4..d5017152 100644
--- a/buildtools/autotools/autodetailsview.h
+++ b/buildtools/autotools/autodetailsview.h
@@ -32,7 +32,7 @@ class AutoDetailsView : protected AutoProjectViewBase
friend class RemoveFileDialog;
friend class FileItem;
Q_OBJECT
- TQ_OBJECT
+
public:
AutoDetailsView( AutoProjectWidget* widget, AutoProjectPart* part, TQWidget *parent, const char *name );
diff --git a/buildtools/autotools/autoprojectpart.h b/buildtools/autotools/autoprojectpart.h
index 8a3506e0..91f57b62 100644
--- a/buildtools/autotools/autoprojectpart.h
+++ b/buildtools/autotools/autoprojectpart.h
@@ -34,7 +34,7 @@ class ConfigWidgetProxy;
class AutoProjectPart : public KDevBuildTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
AutoProjectPart( TQObject *parent, const char *name, const TQStringList &args );
diff --git a/buildtools/autotools/autoprojectwidget.h b/buildtools/autotools/autoprojectwidget.h
index 74c960fb..f097ad16 100644
--- a/buildtools/autotools/autoprojectwidget.h
+++ b/buildtools/autotools/autoprojectwidget.h
@@ -48,7 +48,7 @@ class MakefileHandler;
class AutoProjectWidget : public TQVBox
{
Q_OBJECT
- TQ_OBJECT
+
friend class RemoveFileDialog;
friend class TargetOptionsDialog; // to access projectDom() via m_part->projectDom()
public:
diff --git a/buildtools/autotools/autosubprojectview.h b/buildtools/autotools/autosubprojectview.h
index 8a3d8ea4..40d8e730 100644
--- a/buildtools/autotools/autosubprojectview.h
+++ b/buildtools/autotools/autosubprojectview.h
@@ -41,7 +41,7 @@ namespace AutoProjectPrivate
class AutoSubprojectView : public AutoProjectViewBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AutoSubprojectView( AutoProjectWidget* widget, AutoProjectPart* part, TQWidget *parent, const char *name );
diff --git a/buildtools/autotools/choosetargetdialog.h b/buildtools/autotools/choosetargetdialog.h
index 66549eca..b1e4f12d 100644
--- a/buildtools/autotools/choosetargetdialog.h
+++ b/buildtools/autotools/choosetargetdialog.h
@@ -29,7 +29,7 @@ class TQWidget;
class ChooseTargetDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
ChooseTargetDialog( AutoProjectWidget* widget, AutoProjectPart* part,
TQStringList fileList, TQWidget* parent = 0,
diff --git a/buildtools/autotools/configureoptionswidget.h b/buildtools/autotools/configureoptionswidget.h
index 1d3d8a3f..33c78b1a 100644
--- a/buildtools/autotools/configureoptionswidget.h
+++ b/buildtools/autotools/configureoptionswidget.h
@@ -25,7 +25,7 @@ class EnvironmentVariablesWidget;
class ConfigureOptionsWidget : public ConfigureOptionsWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConfigureOptionsWidget( AutoProjectPart *part, TQWidget *parent = 0, const char *name = 0 );
diff --git a/buildtools/autotools/fileselectorwidget.h b/buildtools/autotools/fileselectorwidget.h
index 96b5c79c..09d589de 100644
--- a/buildtools/autotools/fileselectorwidget.h
+++ b/buildtools/autotools/fileselectorwidget.h
@@ -40,7 +40,7 @@ class KFile;
class KDnDDirOperator : public KDirOperator
{
Q_OBJECT
- TQ_OBJECT
+
public:
KDnDDirOperator ( const KURL& urlName = KURL(), TQWidget *parent = 0, const char* name = 0 );
@@ -52,7 +52,7 @@ protected:
class FileSelectorWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
FileSelectorWidget( AutoProjectPart* part, KFile::Mode, TQWidget* parent = 0, const char* name = 0 );
diff --git a/buildtools/autotools/kfilednddetailview.h b/buildtools/autotools/kfilednddetailview.h
index 147e1298..839accf7 100644
--- a/buildtools/autotools/kfilednddetailview.h
+++ b/buildtools/autotools/kfilednddetailview.h
@@ -40,7 +40,7 @@
class KFileDnDDetailView : public KFileDetailView
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** */
KFileDnDDetailView( TQWidget *parent = 0, const char *name = 0 );
diff --git a/buildtools/autotools/kfiledndiconview.h b/buildtools/autotools/kfiledndiconview.h
index b8f37cb6..b92e8e32 100644
--- a/buildtools/autotools/kfiledndiconview.h
+++ b/buildtools/autotools/kfiledndiconview.h
@@ -35,7 +35,7 @@
class KFileDnDIconView : public KFileIconView
{
Q_OBJECT
- TQ_OBJECT
+
public: // Public methods
KFileDnDIconView( TQWidget *parent = 0, const char *name = 0 );
diff --git a/buildtools/autotools/kimporticonview.h b/buildtools/autotools/kimporticonview.h
index 893e7a16..430f430c 100644
--- a/buildtools/autotools/kimporticonview.h
+++ b/buildtools/autotools/kimporticonview.h
@@ -24,7 +24,7 @@
class KImportIconView : public KFileDnDIconView
{
Q_OBJECT
- TQ_OBJECT
+
public:
KImportIconView( const TQString& strIntro, TQWidget *parent, const char *name );
diff --git a/buildtools/autotools/managecustomcommand.h b/buildtools/autotools/managecustomcommand.h
index 96dacb89..e05a4631 100644
--- a/buildtools/autotools/managecustomcommand.h
+++ b/buildtools/autotools/managecustomcommand.h
@@ -24,7 +24,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 40157733..12f720bd 100644
--- a/buildtools/autotools/removefiledlg.h
+++ b/buildtools/autotools/removefiledlg.h
@@ -26,7 +26,7 @@ class TargetItem;
class RemoveFileDialog : public RemoveFileDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
RemoveFileDialog( AutoProjectWidget *widget, AutoProjectPart* part, SubprojectItem *spitem,
diff --git a/buildtools/autotools/subprojectoptionsdlg.h b/buildtools/autotools/subprojectoptionsdlg.h
index 9dac111d..6e7e1abd 100644
--- a/buildtools/autotools/subprojectoptionsdlg.h
+++ b/buildtools/autotools/subprojectoptionsdlg.h
@@ -22,7 +22,7 @@ class SubprojectItem;
class SubprojectOptionsDialog : public SubprojectOptionsDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
SubprojectOptionsDialog( AutoProjectPart *part, AutoProjectWidget *widget,
diff --git a/buildtools/autotools/targetoptionsdlg.h b/buildtools/autotools/targetoptionsdlg.h
index 4df7e49b..6c34af43 100644
--- a/buildtools/autotools/targetoptionsdlg.h
+++ b/buildtools/autotools/targetoptionsdlg.h
@@ -21,7 +21,7 @@ class TargetItem;
class TargetOptionsDialog : public TargetOptionsDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
TargetOptionsDialog( AutoProjectWidget *widget, TargetItem *item,
diff --git a/buildtools/custommakefiles/custombuildoptionswidget.h b/buildtools/custommakefiles/custombuildoptionswidget.h
index 03c7232d..4a5f63cf 100644
--- a/buildtools/custommakefiles/custombuildoptionswidget.h
+++ b/buildtools/custommakefiles/custombuildoptionswidget.h
@@ -21,7 +21,7 @@ class TQTabWidget;
class CustomBuildOptionsWidget : public CustomBuildOptionsWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
CustomBuildOptionsWidget( TQDomDocument &dom, TQWidget *parent=0, const char *name=0 );
diff --git a/buildtools/custommakefiles/custommakeconfigwidget.h b/buildtools/custommakefiles/custommakeconfigwidget.h
index 4a0dbfed..9ace95e0 100644
--- a/buildtools/custommakefiles/custommakeconfigwidget.h
+++ b/buildtools/custommakefiles/custommakeconfigwidget.h
@@ -24,7 +24,7 @@ class EnvironmentVariablesWidget;
class CustomMakeConfigWidget : public CustomMakeConfigWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
CustomMakeConfigWidget(CustomProjectPart* part, const TQString& configGroup, TQWidget* parent);
diff --git a/buildtools/custommakefiles/custommanagerwidget.h b/buildtools/custommakefiles/custommanagerwidget.h
index 9d0de848..657bae9f 100644
--- a/buildtools/custommakefiles/custommanagerwidget.h
+++ b/buildtools/custommakefiles/custommanagerwidget.h
@@ -23,7 +23,7 @@ class KEditListBox;
class CustomManagerWidget : public CustomManagerWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
CustomManagerWidget( CustomProjectPart* part, TQWidget* parent );
diff --git a/buildtools/custommakefiles/customotherconfigwidget.h b/buildtools/custommakefiles/customotherconfigwidget.h
index 3bb6da0e..64f3a5bd 100644
--- a/buildtools/custommakefiles/customotherconfigwidget.h
+++ b/buildtools/custommakefiles/customotherconfigwidget.h
@@ -24,7 +24,7 @@ class EnvironmentVariablesWidget;
class CustomOtherConfigWidget : public CustomOtherConfigWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
CustomOtherConfigWidget(CustomProjectPart* part, const TQString& configGroup, TQWidget* parent);
diff --git a/buildtools/custommakefiles/customprojectpart.h b/buildtools/custommakefiles/customprojectpart.h
index 1a963e34..76680fa7 100644
--- a/buildtools/custommakefiles/customprojectpart.h
+++ b/buildtools/custommakefiles/customprojectpart.h
@@ -33,7 +33,7 @@ class KSelectAction;
class CustomProjectPart : public KDevBuildTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
CustomProjectPart( TQObject *parent, const char *name, const TQStringList & );
diff --git a/buildtools/custommakefiles/selectnewfilesdialog.h b/buildtools/custommakefiles/selectnewfilesdialog.h
index 531a79c0..3c8d9c14 100644
--- a/buildtools/custommakefiles/selectnewfilesdialog.h
+++ b/buildtools/custommakefiles/selectnewfilesdialog.h
@@ -21,7 +21,7 @@ class SelectNewFilesDialogBase;
class SelectNewFilesDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
SelectNewFilesDialog( TQStringList paths, TQWidget* parent = 0, const char* name = 0 );
diff --git a/buildtools/lib/parsers/autotools/tests/viewer.h b/buildtools/lib/parsers/autotools/tests/viewer.h
index 744ca82d..96ffe55a 100644
--- a/buildtools/lib/parsers/autotools/tests/viewer.h
+++ b/buildtools/lib/parsers/autotools/tests/viewer.h
@@ -30,7 +30,7 @@ class TQListViewItem;
class Viewer: public ViewerBase {
Q_OBJECT
- TQ_OBJECT
+
public:
Viewer(TQWidget *parent = 0, const char *name = 0);
void processAST(AutoTools::ProjectAST *projectAST, TQListViewItem *globAfter = 0);
diff --git a/buildtools/lib/parsers/qmake/tests/viewer.h b/buildtools/lib/parsers/qmake/tests/viewer.h
index 560c9845..5bb3780f 100644
--- a/buildtools/lib/parsers/qmake/tests/viewer.h
+++ b/buildtools/lib/parsers/qmake/tests/viewer.h
@@ -32,7 +32,7 @@ class TQListViewItem;
class Viewer: public ViewerBase {
Q_OBJECT
- TQ_OBJECT
+
public:
Viewer(TQWidget *parent = 0, const char *name = 0);
void processAST(TQMake::ProjectAST *projectAST, TQListViewItem *globAfter = 0);
diff --git a/buildtools/lib/widgets/addenvvardlg.h b/buildtools/lib/widgets/addenvvardlg.h
index e968619a..cb41e9c1 100644
--- a/buildtools/lib/widgets/addenvvardlg.h
+++ b/buildtools/lib/widgets/addenvvardlg.h
@@ -30,7 +30,7 @@ Dialog to add environment variables.
class AddEnvvarDialog : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddEnvvarDialog( TQWidget *parent=0, const char *name=0 );
diff --git a/buildtools/lib/widgets/addfilesdialog.h b/buildtools/lib/widgets/addfilesdialog.h
index 24d253dc..edc5c7be 100644
--- a/buildtools/lib/widgets/addfilesdialog.h
+++ b/buildtools/lib/widgets/addfilesdialog.h
@@ -34,7 +34,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 c992efb9..28af5c6a 100644
--- a/buildtools/lib/widgets/environmentdisplaydialog.h
+++ b/buildtools/lib/widgets/environmentdisplaydialog.h
@@ -26,7 +26,7 @@
class EnvironmentDisplayDialog : public EnvironmentDisplayDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
EnvironmentDisplayDialog(TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
diff --git a/buildtools/lib/widgets/environmentvariableswidget.h b/buildtools/lib/widgets/environmentvariableswidget.h
index 8d5e7342..c2e35cf4 100644
--- a/buildtools/lib/widgets/environmentvariableswidget.h
+++ b/buildtools/lib/widgets/environmentvariableswidget.h
@@ -31,7 +31,7 @@ Environment variables widget.
class EnvironmentVariablesWidget : public EnvironmentVariablesWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
EnvironmentVariablesWidget( TQDomDocument &dom, const TQString &configGroup,
diff --git a/buildtools/lib/widgets/makeoptionswidget.h b/buildtools/lib/widgets/makeoptionswidget.h
index 5470737c..49a4e9d1 100644
--- a/buildtools/lib/widgets/makeoptionswidget.h
+++ b/buildtools/lib/widgets/makeoptionswidget.h
@@ -32,7 +32,7 @@ Make options widget.
class MakeOptionsWidget : public MakeOptionsWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
MakeOptionsWidget( TQDomDocument &dom, const TQString &configGroup,
diff --git a/buildtools/lib/widgets/removesubprojectdialog.h b/buildtools/lib/widgets/removesubprojectdialog.h
index 8bca253a..89426eb8 100644
--- a/buildtools/lib/widgets/removesubprojectdialog.h
+++ b/buildtools/lib/widgets/removesubprojectdialog.h
@@ -28,7 +28,7 @@ Subproject removal dialog.
class RemoveSubprojectDialog : public RemoveSubprojectDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
RemoveSubprojectDialog(TQString caption, TQString question, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
diff --git a/buildtools/lib/widgets/runoptionswidget.h b/buildtools/lib/widgets/runoptionswidget.h
index 7a1d9e18..dbc232f7 100644
--- a/buildtools/lib/widgets/runoptionswidget.h
+++ b/buildtools/lib/widgets/runoptionswidget.h
@@ -33,7 +33,7 @@ Run options widget.
class RunOptionsWidget : public RunOptionsWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
RunOptionsWidget( TQDomDocument &dom, //!< document DOM
diff --git a/buildtools/lib/widgets/subclassesdlg.h b/buildtools/lib/widgets/subclassesdlg.h
index 5c269529..373ce267 100644
--- a/buildtools/lib/widgets/subclassesdlg.h
+++ b/buildtools/lib/widgets/subclassesdlg.h
@@ -28,7 +28,7 @@ Subclass creation dialog.
class SubclassesDlg : public SubclassesDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
SubclassesDlg(TQString form, DomUtil::PairList &config, TQString projectDir, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
diff --git a/buildtools/pascal/pascalglobaloptionsdlg.h b/buildtools/pascal/pascalglobaloptionsdlg.h
index 352e893e..15658399 100644
--- a/buildtools/pascal/pascalglobaloptionsdlg.h
+++ b/buildtools/pascal/pascalglobaloptionsdlg.h
@@ -22,7 +22,7 @@ class PascalProjectPart;
class PascalGlobalOptionsDlg : public PascalProjectOptionsDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
PascalGlobalOptionsDlg(PascalProjectPart *part, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
diff --git a/buildtools/pascal/pascalproject_part.h b/buildtools/pascal/pascalproject_part.h
index a064f3a7..54d09b2e 100644
--- a/buildtools/pascal/pascalproject_part.h
+++ b/buildtools/pascal/pascalproject_part.h
@@ -22,7 +22,7 @@ class KDevCompilerOptions;
class PascalProjectPart : public KDevBuildTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
PascalProjectPart(TQObject *parent, const char *name, const TQStringList &);
~PascalProjectPart();
diff --git a/buildtools/pascal/pascalproject_widget.h b/buildtools/pascal/pascalproject_widget.h
index e7bd5d1d..252c7500 100644
--- a/buildtools/pascal/pascalproject_widget.h
+++ b/buildtools/pascal/pascalproject_widget.h
@@ -13,7 +13,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 0654a7e0..1f8e3b8c 100644
--- a/buildtools/pascal/pascalprojectoptionsdlg.h
+++ b/buildtools/pascal/pascalprojectoptionsdlg.h
@@ -21,7 +21,7 @@ class KDevCompilerOptions;
class PascalProjectOptionsDlg : public PascalProjectOptionsDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
PascalProjectOptionsDlg(PascalProjectPart *part, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
diff --git a/buildtools/qmake/choosesubprojectdlg.h b/buildtools/qmake/choosesubprojectdlg.h
index f49eedf6..cdddc4dc 100644
--- a/buildtools/qmake/choosesubprojectdlg.h
+++ b/buildtools/qmake/choosesubprojectdlg.h
@@ -34,7 +34,7 @@ private:
class ChooseSubprojectDlg : public ChooseSubprojectDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
ChooseSubprojectDlg(TrollProjectWidget *widget, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
diff --git a/buildtools/qmake/createscopedlg.h b/buildtools/qmake/createscopedlg.h
index 30ef2e2e..6596c021 100644
--- a/buildtools/qmake/createscopedlg.h
+++ b/buildtools/qmake/createscopedlg.h
@@ -20,7 +20,7 @@ class TrollProjectWigdet;
class CreateScopeDlg : public CreateScopeDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
CreateScopeDlg( QMakeScopeItem* item, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
diff --git a/buildtools/qmake/disablesubprojectdlg.h b/buildtools/qmake/disablesubprojectdlg.h
index 0f242aa6..5ca64451 100644
--- a/buildtools/qmake/disablesubprojectdlg.h
+++ b/buildtools/qmake/disablesubprojectdlg.h
@@ -17,7 +17,7 @@
class DisableSubprojectDlg : public DisableSubprojectDlgBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
DisableSubprojectDlg( const TQStringList& projects, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
diff --git a/buildtools/qmake/qmakeoptionswidget.h b/buildtools/qmake/qmakeoptionswidget.h
index a1233856..be1cc534 100644
--- a/buildtools/qmake/qmakeoptionswidget.h
+++ b/buildtools/qmake/qmakeoptionswidget.h
@@ -19,7 +19,7 @@
class QMakeOptionsWidget : public QMakeOptionsWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
QMakeOptionsWidget( const TQString& projectdir, TQDomDocument &dom, const TQString &configGroup,
TQWidget *parent = 0, const char *name = 0 );
diff --git a/buildtools/qmake/trolllistview.h b/buildtools/qmake/trolllistview.h
index 1e5fb5cd..4fb005d5 100644
--- a/buildtools/qmake/trolllistview.h
+++ b/buildtools/qmake/trolllistview.h
@@ -27,7 +27,7 @@
class TrollListView : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
TrollListView(TrollProjectWidget *widget, TQWidget *parent, TrollProjectWidget::TrollProjectView view, const char *name = 0);
~TrollListView();
diff --git a/buildtools/qmake/trollprojectpart.h b/buildtools/qmake/trollprojectpart.h
index 480eb926..d65d2f42 100644
--- a/buildtools/qmake/trollprojectpart.h
+++ b/buildtools/qmake/trollprojectpart.h
@@ -31,7 +31,7 @@ class TQMakeDefaultOpts;
class TrollProjectPart : public KDevBuildTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
TrollProjectPart( TQObject *parent, const char *name, const TQStringList &args );
diff --git a/buildtools/qmake/trollprojectwidget.h b/buildtools/qmake/trollprojectwidget.h
index 3115a0df..1babd746 100644
--- a/buildtools/qmake/trollprojectwidget.h
+++ b/buildtools/qmake/trollprojectwidget.h
@@ -44,7 +44,7 @@ class ProjectConfigurationDlg;
class TrollProjectWidget : public TQVBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
TrollProjectWidget( TrollProjectPart *part );
diff --git a/buildtools/script/scriptnewfiledlg.h b/buildtools/script/scriptnewfiledlg.h
index 9ecd01cf..e5415640 100644
--- a/buildtools/script/scriptnewfiledlg.h
+++ b/buildtools/script/scriptnewfiledlg.h
@@ -22,7 +22,7 @@ class ScriptProjectPart;
class ScriptNewFileDialog : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
ScriptNewFileDialog( ScriptProjectPart *part, TQWidget *parent=0, const char *name=0 );
diff --git a/buildtools/script/scriptoptionswidget.h b/buildtools/script/scriptoptionswidget.h
index 155b4253..db0dec15 100644
--- a/buildtools/script/scriptoptionswidget.h
+++ b/buildtools/script/scriptoptionswidget.h
@@ -20,7 +20,7 @@ class KDevPlugin;
class ScriptOptionsWidget : public ScriptOptionsWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
ScriptOptionsWidget( KDevPlugin *part, TQWidget *parent=0, const char *name=0 );
diff --git a/buildtools/script/scriptprojectpart.h b/buildtools/script/scriptprojectpart.h
index aa5a69ae..1399cc4b 100644
--- a/buildtools/script/scriptprojectpart.h
+++ b/buildtools/script/scriptprojectpart.h
@@ -25,7 +25,7 @@ class ScriptProjectWidget;
class ScriptProjectPart : public KDevBuildTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
ScriptProjectPart( TQObject *parent, const char *name, const TQStringList &args );