summaryrefslogtreecommitdiffstats
path: root/quanta/project
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:08:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:08:11 +0900
commit93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa (patch)
tree52b9909026c07bdc1293b24155f5ca76da9b2585 /quanta/project
parentc98eae507be2ac4fb98b907ee82985d3310497c8 (diff)
downloadtdewebdev-93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa.tar.gz
tdewebdev-93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/project')
-rw-r--r--quanta/project/eventconfigurationdlg.h2
-rw-r--r--quanta/project/eventeditordlg.h2
-rw-r--r--quanta/project/membereditdlg.h2
-rw-r--r--quanta/project/project.h2
-rw-r--r--quanta/project/projectnewfinal.h2
-rw-r--r--quanta/project/projectnewgeneral.h2
-rw-r--r--quanta/project/projectnewlocal.h2
-rw-r--r--quanta/project/projectnewweb.h2
-rw-r--r--quanta/project/projectprivate.h2
-rw-r--r--quanta/project/projectupload.h2
-rw-r--r--quanta/project/rescanprj.h2
-rw-r--r--quanta/project/teammembersdlg.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/quanta/project/eventconfigurationdlg.h b/quanta/project/eventconfigurationdlg.h
index b7c64779..9f44580e 100644
--- a/quanta/project/eventconfigurationdlg.h
+++ b/quanta/project/eventconfigurationdlg.h
@@ -26,7 +26,7 @@ typedef TQMap<TQString, TQValueList<EventAction> > EventActions;
class EventConfigurationDlg : public EventConfigurationDlgS
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/project/eventeditordlg.h b/quanta/project/eventeditordlg.h
index 45b94a95..7dbcea90 100644
--- a/quanta/project/eventeditordlg.h
+++ b/quanta/project/eventeditordlg.h
@@ -26,7 +26,7 @@ class KComboBox;
class EventEditorDlg : public EventEditorDlgS
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/quanta/project/membereditdlg.h b/quanta/project/membereditdlg.h
index 32d26633..2e1b5a51 100644
--- a/quanta/project/membereditdlg.h
+++ b/quanta/project/membereditdlg.h
@@ -24,7 +24,7 @@
*/
class MemberEditDlg : public MemberEditDlgS
{
-Q_OBJECT
+TQ_OBJECT
public:
MemberEditDlg(TQWidget *parent = 0, const char *name = 0);
diff --git a/quanta/project/project.h b/quanta/project/project.h
index e1487ad7..7c55cfef 100644
--- a/quanta/project/project.h
+++ b/quanta/project/project.h
@@ -52,7 +52,7 @@ struct SubProject {
};
class Project : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
friend class ProjectPrivate; // need this because I use the signals
diff --git a/quanta/project/projectnewfinal.h b/quanta/project/projectnewfinal.h
index 654af85a..2b3304ce 100644
--- a/quanta/project/projectnewfinal.h
+++ b/quanta/project/projectnewfinal.h
@@ -25,7 +25,7 @@
*/
class ProjectNewFinal : public ProjectNewFinalS {
- Q_OBJECT
+ TQ_OBJECT
public:
ProjectNewFinal(TQWidget *parent=0, const char *name=0);
diff --git a/quanta/project/projectnewgeneral.h b/quanta/project/projectnewgeneral.h
index 6a1839b7..ea475989 100644
--- a/quanta/project/projectnewgeneral.h
+++ b/quanta/project/projectnewgeneral.h
@@ -27,7 +27,7 @@
class KURL;
class ProjectNewGeneral : public ProjectNewGeneralS {
- Q_OBJECT
+ TQ_OBJECT
public:
ProjectNewGeneral(TQWidget *parent=0, const char *name=0);
diff --git a/quanta/project/projectnewlocal.h b/quanta/project/projectnewlocal.h
index 84952553..2663eaeb 100644
--- a/quanta/project/projectnewlocal.h
+++ b/quanta/project/projectnewlocal.h
@@ -29,7 +29,7 @@
class CopyTo;
class ProjectNewLocal : public ProjectNewLocalS {
- Q_OBJECT
+ TQ_OBJECT
public:
ProjectNewLocal(TQWidget *parent=0, const char *name=0);
diff --git a/quanta/project/projectnewweb.h b/quanta/project/projectnewweb.h
index 5c6e2b5e..50681b09 100644
--- a/quanta/project/projectnewweb.h
+++ b/quanta/project/projectnewweb.h
@@ -33,7 +33,7 @@ class TDEProcess;
class KURL;
class ProjectNewWeb : public ProjectNewWebS {
- Q_OBJECT
+ TQ_OBJECT
public:
ProjectNewWeb(TQWidget *parent=0, const char *name=0);
diff --git a/quanta/project/projectprivate.h b/quanta/project/projectprivate.h
index d67d27d3..f7421e8e 100644
--- a/quanta/project/projectprivate.h
+++ b/quanta/project/projectprivate.h
@@ -50,7 +50,7 @@ typedef TQMap<TQString, TQValueList<EventAction> > EventActions;
class ProjectPrivate
: public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
ProjectPrivate(Project *p);
diff --git a/quanta/project/projectupload.h b/quanta/project/projectupload.h
index c3071899..2e99c615 100644
--- a/quanta/project/projectupload.h
+++ b/quanta/project/projectupload.h
@@ -37,7 +37,7 @@ class UploadProfileDlgS;
class ProjectUpload : public ProjectUploadS
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** Initializes the dialog. If showOnlyProfiles is true, the dialog
diff --git a/quanta/project/rescanprj.h b/quanta/project/rescanprj.h
index 5c36efb9..d985ecfd 100644
--- a/quanta/project/rescanprj.h
+++ b/quanta/project/rescanprj.h
@@ -33,7 +33,7 @@ struct URLListEntry{
};
class RescanPrj : public RescanPrjDir {
- Q_OBJECT
+ TQ_OBJECT
public:
RescanPrj(const ProjectList &p_prjFileList, const KURL& p_baseURL, const TQRegExp &p_excludeRx,
diff --git a/quanta/project/teammembersdlg.h b/quanta/project/teammembersdlg.h
index 2e7d900e..f01ed28b 100644
--- a/quanta/project/teammembersdlg.h
+++ b/quanta/project/teammembersdlg.h
@@ -24,7 +24,7 @@
*/
class TeamMembersDlg : public TeamMembersDlgS
{
-Q_OBJECT
+TQ_OBJECT
public:
TeamMembersDlg(TQWidget *parent = 0, const char *name = 0);