summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:21 +0900
commit44548d3e71aab859c1547104f3419fd288add594 (patch)
tree16e117503409cd83a1af0b59a0cfa362316c9635 /umbrello/umbrello/dialogs
parentb6f300eb213c1eaa7d3a1cece80cc9e7c46dc578 (diff)
downloadtdesdk-44548d3e71aab859c1547104f3419fd288add594.tar.gz
tdesdk-44548d3e71aab859c1547104f3419fd288add594.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'umbrello/umbrello/dialogs')
-rw-r--r--umbrello/umbrello/dialogs/activitydialog.h2
-rw-r--r--umbrello/umbrello/dialogs/activitypage.h2
-rw-r--r--umbrello/umbrello/dialogs/assocgenpage.h2
-rw-r--r--umbrello/umbrello/dialogs/assocpage.h2
-rw-r--r--umbrello/umbrello/dialogs/assocpropdlg.h2
-rw-r--r--umbrello/umbrello/dialogs/assocrolepage.h2
-rw-r--r--umbrello/umbrello/dialogs/classgenpage.h2
-rw-r--r--umbrello/umbrello/dialogs/classifierlistpage.h2
-rw-r--r--umbrello/umbrello/dialogs/classpropdlg.h2
-rw-r--r--umbrello/umbrello/dialogs/codeeditor.h2
-rw-r--r--umbrello/umbrello/dialogs/codegenerationoptionspage.h2
-rw-r--r--umbrello/umbrello/dialogs/codegenerationpolicypage.h2
-rw-r--r--umbrello/umbrello/dialogs/codegenerationwizard.h2
-rw-r--r--umbrello/umbrello/dialogs/codeviewerdialog.h2
-rw-r--r--umbrello/umbrello/dialogs/codevieweroptionspage.h2
-rw-r--r--umbrello/umbrello/dialogs/defaultcodegenpolicypage.h2
-rw-r--r--umbrello/umbrello/dialogs/diagramprintpage.h2
-rw-r--r--umbrello/umbrello/dialogs/exportallviewsdialog.h2
-rw-r--r--umbrello/umbrello/dialogs/notedialog.h2
-rw-r--r--umbrello/umbrello/dialogs/overwritedialogue.h2
-rw-r--r--umbrello/umbrello/dialogs/parmpropdlg.h2
-rw-r--r--umbrello/umbrello/dialogs/pkgcontentspage.h2
-rw-r--r--umbrello/umbrello/dialogs/selectopdlg.h2
-rw-r--r--umbrello/umbrello/dialogs/settingsdlg.h2
-rw-r--r--umbrello/umbrello/dialogs/statedialog.h2
-rw-r--r--umbrello/umbrello/dialogs/umlattributedialog.h2
-rw-r--r--umbrello/umbrello/dialogs/umlentityattributedialog.h2
-rw-r--r--umbrello/umbrello/dialogs/umloperationdialog.h2
-rw-r--r--umbrello/umbrello/dialogs/umlroledialog.h2
-rw-r--r--umbrello/umbrello/dialogs/umlroleproperties.h2
-rw-r--r--umbrello/umbrello/dialogs/umltemplatedialog.h2
-rw-r--r--umbrello/umbrello/dialogs/umlviewdialog.h2
-rw-r--r--umbrello/umbrello/dialogs/umlwidgetcolorpage.h2
33 files changed, 33 insertions, 33 deletions
diff --git a/umbrello/umbrello/dialogs/activitydialog.h b/umbrello/umbrello/dialogs/activitydialog.h
index cabc5ab2..9764d9cb 100644
--- a/umbrello/umbrello/dialogs/activitydialog.h
+++ b/umbrello/umbrello/dialogs/activitydialog.h
@@ -37,7 +37,7 @@ class ActivityWidget;
*/
class ActivityDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/activitypage.h b/umbrello/umbrello/dialogs/activitypage.h
index b97d2d61..d6abd873 100644
--- a/umbrello/umbrello/dialogs/activitypage.h
+++ b/umbrello/umbrello/dialogs/activitypage.h
@@ -27,7 +27,7 @@ class ListPopupMenu;
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/
class ActivityPage : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/umbrello/umbrello/dialogs/assocgenpage.h b/umbrello/umbrello/dialogs/assocgenpage.h
index e532c57c..51f016c3 100644
--- a/umbrello/umbrello/dialogs/assocgenpage.h
+++ b/umbrello/umbrello/dialogs/assocgenpage.h
@@ -41,7 +41,7 @@ class KComboBox;
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/
class AssocGenPage : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/assocpage.h b/umbrello/umbrello/dialogs/assocpage.h
index 13e12e2b..e9a224e4 100644
--- a/umbrello/umbrello/dialogs/assocpage.h
+++ b/umbrello/umbrello/dialogs/assocpage.h
@@ -39,7 +39,7 @@
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/
class AssocPage : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/umbrello/umbrello/dialogs/assocpropdlg.h b/umbrello/umbrello/dialogs/assocpropdlg.h
index 47338878..808a6b61 100644
--- a/umbrello/umbrello/dialogs/assocpropdlg.h
+++ b/umbrello/umbrello/dialogs/assocpropdlg.h
@@ -30,7 +30,7 @@ class UMLDoc;
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/
class AssocPropDlg : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/assocrolepage.h b/umbrello/umbrello/dialogs/assocrolepage.h
index 21752b63..19dd8dc9 100644
--- a/umbrello/umbrello/dialogs/assocrolepage.h
+++ b/umbrello/umbrello/dialogs/assocrolepage.h
@@ -37,7 +37,7 @@
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/
class AssocRolePage : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/classgenpage.h b/umbrello/umbrello/dialogs/classgenpage.h
index ccddadbe..2ac41e34 100644
--- a/umbrello/umbrello/dialogs/classgenpage.h
+++ b/umbrello/umbrello/dialogs/classgenpage.h
@@ -37,7 +37,7 @@ class UMLDoc;
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/
class ClassGenPage : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/classifierlistpage.h b/umbrello/umbrello/dialogs/classifierlistpage.h
index 0846dc7f..e1acef78 100644
--- a/umbrello/umbrello/dialogs/classifierlistpage.h
+++ b/umbrello/umbrello/dialogs/classifierlistpage.h
@@ -37,7 +37,7 @@ class UMLDoc;
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/
class ClassifierListPage : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/umbrello/umbrello/dialogs/classpropdlg.h b/umbrello/umbrello/dialogs/classpropdlg.h
index 54073a4f..5797b989 100644
--- a/umbrello/umbrello/dialogs/classpropdlg.h
+++ b/umbrello/umbrello/dialogs/classpropdlg.h
@@ -39,7 +39,7 @@ class UMLWidget;
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/
class ClassPropDlg : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/umbrello/umbrello/dialogs/codeeditor.h b/umbrello/umbrello/dialogs/codeeditor.h
index 7fa27eeb..7e974b50 100644
--- a/umbrello/umbrello/dialogs/codeeditor.h
+++ b/umbrello/umbrello/dialogs/codeeditor.h
@@ -42,7 +42,7 @@ class ParaInfo;
class CodeEditor : public TQTextEdit
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/codegenerationoptionspage.h b/umbrello/umbrello/dialogs/codegenerationoptionspage.h
index 745cb993..b2b4b1ed 100644
--- a/umbrello/umbrello/dialogs/codegenerationoptionspage.h
+++ b/umbrello/umbrello/dialogs/codegenerationoptionspage.h
@@ -38,7 +38,7 @@ class CodeGenerationPolicyPage;
// structure.
class CodeGenerationOptionsPage : public CodeGenerationOptionsBase {
- Q_OBJECT
+ TQ_OBJECT
public:
CodeGenerationOptionsPage(TQWidget *parent=0);
diff --git a/umbrello/umbrello/dialogs/codegenerationpolicypage.h b/umbrello/umbrello/dialogs/codegenerationpolicypage.h
index 171b80a2..2dfbdb2d 100644
--- a/umbrello/umbrello/dialogs/codegenerationpolicypage.h
+++ b/umbrello/umbrello/dialogs/codegenerationpolicypage.h
@@ -30,7 +30,7 @@ class CodeGenPolicyExt;
*/
class CodeGenerationPolicyPage : public CodeGenerationPolicyBase {
- Q_OBJECT
+ TQ_OBJECT
public:
explicit CodeGenerationPolicyPage (TQWidget *parent=0, const char *name=0, CodeGenPolicyExt * policy = 0);
diff --git a/umbrello/umbrello/dialogs/codegenerationwizard.h b/umbrello/umbrello/dialogs/codegenerationwizard.h
index 52a35bd9..853149d9 100644
--- a/umbrello/umbrello/dialogs/codegenerationwizard.h
+++ b/umbrello/umbrello/dialogs/codegenerationwizard.h
@@ -38,7 +38,7 @@ class CodeGenerationOptionsPage;
*/
class CodeGenerationWizard : public CodeGenerationWizardBase {
- Q_OBJECT
+ TQ_OBJECT
public:
CodeGenerationWizard(UMLClassifierList *classList);
diff --git a/umbrello/umbrello/dialogs/codeviewerdialog.h b/umbrello/umbrello/dialogs/codeviewerdialog.h
index 308e2e4c..eda21843 100644
--- a/umbrello/umbrello/dialogs/codeviewerdialog.h
+++ b/umbrello/umbrello/dialogs/codeviewerdialog.h
@@ -41,7 +41,7 @@ class UMLObject;
*/
class CodeViewerDialog : public CodeViewerDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/codevieweroptionspage.h b/umbrello/umbrello/dialogs/codevieweroptionspage.h
index e0a9ee04..daef15c7 100644
--- a/umbrello/umbrello/dialogs/codevieweroptionspage.h
+++ b/umbrello/umbrello/dialogs/codevieweroptionspage.h
@@ -27,7 +27,7 @@
*/
class CodeViewerOptionsPage : public CodeViewerOptionsBase {
- Q_OBJECT
+ TQ_OBJECT
public:
CodeViewerOptionsPage (Settings::CodeViewerState options, TQWidget *parent, const char *name=0);
diff --git a/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h b/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h
index 95458eac..f62e848f 100644
--- a/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h
+++ b/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h
@@ -23,7 +23,7 @@ class CodeGenePolicyExt;
class DefaultCodeGenPolicyPage : public CodeGenerationPolicyPage
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/diagramprintpage.h b/umbrello/umbrello/dialogs/diagramprintpage.h
index 0729e71b..8a02c26c 100644
--- a/umbrello/umbrello/dialogs/diagramprintpage.h
+++ b/umbrello/umbrello/dialogs/diagramprintpage.h
@@ -35,7 +35,7 @@ class TQGroupBox;
*/
class DiagramPrintPage : public KPrintDialogPage {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/umbrello/umbrello/dialogs/exportallviewsdialog.h b/umbrello/umbrello/dialogs/exportallviewsdialog.h
index 5c4bcba9..44446ed0 100644
--- a/umbrello/umbrello/dialogs/exportallviewsdialog.h
+++ b/umbrello/umbrello/dialogs/exportallviewsdialog.h
@@ -27,7 +27,7 @@ class KFileFilterCombo;
* Designer and uic don't recognize it.
*/
class ExportAllViewsDialog : public ExportAllViewsDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/notedialog.h b/umbrello/umbrello/dialogs/notedialog.h
index b4112811..aafa7078 100644
--- a/umbrello/umbrello/dialogs/notedialog.h
+++ b/umbrello/umbrello/dialogs/notedialog.h
@@ -26,7 +26,7 @@ class TQTextEdit;
class NoteDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/overwritedialogue.h b/umbrello/umbrello/dialogs/overwritedialogue.h
index 78f512c0..109ee853 100644
--- a/umbrello/umbrello/dialogs/overwritedialogue.h
+++ b/umbrello/umbrello/dialogs/overwritedialogue.h
@@ -28,7 +28,7 @@ class TQCheckBox;
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/
class OverwriteDialogue: public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/parmpropdlg.h b/umbrello/umbrello/dialogs/parmpropdlg.h
index 29233187..6cee66ff 100644
--- a/umbrello/umbrello/dialogs/parmpropdlg.h
+++ b/umbrello/umbrello/dialogs/parmpropdlg.h
@@ -36,7 +36,7 @@ class UMLDoc;
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/
class ParmPropDlg : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/umbrello/umbrello/dialogs/pkgcontentspage.h b/umbrello/umbrello/dialogs/pkgcontentspage.h
index 654310e5..3af87e93 100644
--- a/umbrello/umbrello/dialogs/pkgcontentspage.h
+++ b/umbrello/umbrello/dialogs/pkgcontentspage.h
@@ -26,7 +26,7 @@
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/
class PkgContentsPage : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/umbrello/umbrello/dialogs/selectopdlg.h b/umbrello/umbrello/dialogs/selectopdlg.h
index e588159e..b2a77457 100644
--- a/umbrello/umbrello/dialogs/selectopdlg.h
+++ b/umbrello/umbrello/dialogs/selectopdlg.h
@@ -38,7 +38,7 @@ class UMLView;
class SelectOpDlg : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/umbrello/umbrello/dialogs/settingsdlg.h b/umbrello/umbrello/dialogs/settingsdlg.h
index 59305270..73fd2371 100644
--- a/umbrello/umbrello/dialogs/settingsdlg.h
+++ b/umbrello/umbrello/dialogs/settingsdlg.h
@@ -42,7 +42,7 @@ class CodeGenerator;
class SettingsDlg : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/statedialog.h b/umbrello/umbrello/dialogs/statedialog.h
index 2897899c..dfa22cbc 100644
--- a/umbrello/umbrello/dialogs/statedialog.h
+++ b/umbrello/umbrello/dialogs/statedialog.h
@@ -36,7 +36,7 @@ class TDEFontChooser;
*/
class StateDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/umlattributedialog.h b/umbrello/umbrello/dialogs/umlattributedialog.h
index 68ea3f2e..1a9f2802 100644
--- a/umbrello/umbrello/dialogs/umlattributedialog.h
+++ b/umbrello/umbrello/dialogs/umlattributedialog.h
@@ -28,7 +28,7 @@ class KComboBox;
class TQLineEdit;
class UMLAttributeDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
UMLAttributeDialog( TQWidget * pParent, UMLAttribute * pAttribute );
diff --git a/umbrello/umbrello/dialogs/umlentityattributedialog.h b/umbrello/umbrello/dialogs/umlentityattributedialog.h
index b7ce401b..c2804024 100644
--- a/umbrello/umbrello/dialogs/umlentityattributedialog.h
+++ b/umbrello/umbrello/dialogs/umlentityattributedialog.h
@@ -28,7 +28,7 @@ class KComboBox;
class TQLineEdit;
class UMLEntityAttributeDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
UMLEntityAttributeDialog( TQWidget* pParent, UMLEntityAttribute* pEntityAttribute );
diff --git a/umbrello/umbrello/dialogs/umloperationdialog.h b/umbrello/umbrello/dialogs/umloperationdialog.h
index f2b3f9e4..658ba776 100644
--- a/umbrello/umbrello/dialogs/umloperationdialog.h
+++ b/umbrello/umbrello/dialogs/umloperationdialog.h
@@ -36,7 +36,7 @@ class UMLDoc;
class KArrowButton;
class UMLOperationDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/umlroledialog.h b/umbrello/umbrello/dialogs/umlroledialog.h
index 8f24e9ba..9b7a397f 100644
--- a/umbrello/umbrello/dialogs/umlroledialog.h
+++ b/umbrello/umbrello/dialogs/umlroledialog.h
@@ -24,7 +24,7 @@ class UMLRole;
class UMLRoleProperties;
class UMLRoleDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/umbrello/umbrello/dialogs/umlroleproperties.h b/umbrello/umbrello/dialogs/umlroleproperties.h
index 1c93ce63..88b17f25 100644
--- a/umbrello/umbrello/dialogs/umlroleproperties.h
+++ b/umbrello/umbrello/dialogs/umlroleproperties.h
@@ -23,7 +23,7 @@
* @author Brian Thomas <brian.thomas@gsfc.nasa.gov>
*/
class UMLRoleProperties : public UMLRolePropertiesBase {
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/umbrello/umbrello/dialogs/umltemplatedialog.h b/umbrello/umbrello/dialogs/umltemplatedialog.h
index 93d5aad3..1346d455 100644
--- a/umbrello/umbrello/dialogs/umltemplatedialog.h
+++ b/umbrello/umbrello/dialogs/umltemplatedialog.h
@@ -30,7 +30,7 @@ class UMLTemplate;
*/
class UMLTemplateDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
UMLTemplateDialog(TQWidget* pParent, UMLTemplate* pAttribute);
diff --git a/umbrello/umbrello/dialogs/umlviewdialog.h b/umbrello/umbrello/dialogs/umlviewdialog.h
index 41713aec..79153006 100644
--- a/umbrello/umbrello/dialogs/umlviewdialog.h
+++ b/umbrello/umbrello/dialogs/umlviewdialog.h
@@ -36,7 +36,7 @@ class DiagramPropertiesPage;
class UMLViewDialog : public KDialogBase {
- Q_OBJECT
+ TQ_OBJECT
public:
/**
diff --git a/umbrello/umbrello/dialogs/umlwidgetcolorpage.h b/umbrello/umbrello/dialogs/umlwidgetcolorpage.h
index a3d4c5dd..31a5038d 100644
--- a/umbrello/umbrello/dialogs/umlwidgetcolorpage.h
+++ b/umbrello/umbrello/dialogs/umlwidgetcolorpage.h
@@ -28,7 +28,7 @@ class TQCheckBox;
class TQGroupBox;
class UMLWidgetColorPage : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public: