summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools')
-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/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/autotools/tdefilednddetailview.h2
-rw-r--r--buildtools/autotools/tdefiledndiconview.h2
24 files changed, 25 insertions, 25 deletions
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