summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:59 -0600
commit5443f402bbfcf7f9c392bcbb0108ee074551f982 (patch)
tree6878d1e68ded849d3e2fb7988a8371074dbe7754 /umbrello/umbrello/dialogs
parent6df7194f5bb08f41c4c3a3c952a243776538ebc6 (diff)
downloadtdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.tar.gz
tdesdk-5443f402bbfcf7f9c392bcbb0108ee074551f982.zip
Remove spurious TQ_OBJECT instances
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 f8dbe366..99af61e0 100644
--- a/umbrello/umbrello/dialogs/activitydialog.h
+++ b/umbrello/umbrello/dialogs/activitydialog.h
@@ -38,7 +38,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 a6165a8a..6743e2aa 100644
--- a/umbrello/umbrello/dialogs/activitypage.h
+++ b/umbrello/umbrello/dialogs/activitypage.h
@@ -28,7 +28,7 @@ class ListPopupMenu;
*/
class ActivityPage : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/umbrello/umbrello/dialogs/assocgenpage.h b/umbrello/umbrello/dialogs/assocgenpage.h
index 6d6ffcdf..7d536211 100644
--- a/umbrello/umbrello/dialogs/assocgenpage.h
+++ b/umbrello/umbrello/dialogs/assocgenpage.h
@@ -42,7 +42,7 @@ class KComboBox;
*/
class AssocGenPage : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/umbrello/umbrello/dialogs/assocpage.h b/umbrello/umbrello/dialogs/assocpage.h
index dbb0eec8..ab7aff20 100644
--- a/umbrello/umbrello/dialogs/assocpage.h
+++ b/umbrello/umbrello/dialogs/assocpage.h
@@ -40,7 +40,7 @@
*/
class AssocPage : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructs an instance of AssocPage.
diff --git a/umbrello/umbrello/dialogs/assocpropdlg.h b/umbrello/umbrello/dialogs/assocpropdlg.h
index 10fe344b..1970e59b 100644
--- a/umbrello/umbrello/dialogs/assocpropdlg.h
+++ b/umbrello/umbrello/dialogs/assocpropdlg.h
@@ -31,7 +31,7 @@ class UMLDoc;
*/
class AssocPropDlg : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/umbrello/umbrello/dialogs/assocrolepage.h b/umbrello/umbrello/dialogs/assocrolepage.h
index beede96e..55dede9b 100644
--- a/umbrello/umbrello/dialogs/assocrolepage.h
+++ b/umbrello/umbrello/dialogs/assocrolepage.h
@@ -38,7 +38,7 @@
*/
class AssocRolePage : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/umbrello/umbrello/dialogs/classgenpage.h b/umbrello/umbrello/dialogs/classgenpage.h
index fed32a2d..7c7dc71e 100644
--- a/umbrello/umbrello/dialogs/classgenpage.h
+++ b/umbrello/umbrello/dialogs/classgenpage.h
@@ -38,7 +38,7 @@ class UMLDoc;
*/
class ClassGenPage : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/umbrello/umbrello/dialogs/classifierlistpage.h b/umbrello/umbrello/dialogs/classifierlistpage.h
index 2675fd35..8d3bfea0 100644
--- a/umbrello/umbrello/dialogs/classifierlistpage.h
+++ b/umbrello/umbrello/dialogs/classifierlistpage.h
@@ -38,7 +38,7 @@ class UMLDoc;
*/
class ClassifierListPage : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Sets up the ClassifierListPage
diff --git a/umbrello/umbrello/dialogs/classpropdlg.h b/umbrello/umbrello/dialogs/classpropdlg.h
index 8078f372..e8bcb2c6 100644
--- a/umbrello/umbrello/dialogs/classpropdlg.h
+++ b/umbrello/umbrello/dialogs/classpropdlg.h
@@ -40,7 +40,7 @@ class UMLWidget;
*/
class ClassPropDlg : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Sets up a ClassPropDlg.
diff --git a/umbrello/umbrello/dialogs/codeeditor.h b/umbrello/umbrello/dialogs/codeeditor.h
index d5c42d1f..7fa27eeb 100644
--- a/umbrello/umbrello/dialogs/codeeditor.h
+++ b/umbrello/umbrello/dialogs/codeeditor.h
@@ -43,7 +43,7 @@ class ParaInfo;
class CodeEditor : public TQTextEdit
{
Q_OBJECT
- TQ_OBJECT
+
public:
explicit CodeEditor ( const TQString & text, const TQString & context = TQString(), CodeViewerDialog * parent = 0, const char * name = 0 , CodeDocument * doc = 0);
diff --git a/umbrello/umbrello/dialogs/codegenerationoptionspage.h b/umbrello/umbrello/dialogs/codegenerationoptionspage.h
index 15ac05b4..fff7ac9a 100644
--- a/umbrello/umbrello/dialogs/codegenerationoptionspage.h
+++ b/umbrello/umbrello/dialogs/codegenerationoptionspage.h
@@ -39,7 +39,7 @@ class CodeGenerationPolicyPage;
class CodeGenerationOptionsPage : public CodeGenerationOptionsBase {
Q_OBJECT
- TQ_OBJECT
+
public:
CodeGenerationOptionsPage(TQWidget *parent=0);
~CodeGenerationOptionsPage();
diff --git a/umbrello/umbrello/dialogs/codegenerationpolicypage.h b/umbrello/umbrello/dialogs/codegenerationpolicypage.h
index 6325a91e..171b80a2 100644
--- a/umbrello/umbrello/dialogs/codegenerationpolicypage.h
+++ b/umbrello/umbrello/dialogs/codegenerationpolicypage.h
@@ -31,7 +31,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 13d36927..ec75e1f6 100644
--- a/umbrello/umbrello/dialogs/codegenerationwizard.h
+++ b/umbrello/umbrello/dialogs/codegenerationwizard.h
@@ -39,7 +39,7 @@ class CodeGenerationOptionsPage;
class CodeGenerationWizard : public CodeGenerationWizardBase {
Q_OBJECT
- TQ_OBJECT
+
public:
CodeGenerationWizard(UMLClassifierList *classList);
~CodeGenerationWizard();
diff --git a/umbrello/umbrello/dialogs/codeviewerdialog.h b/umbrello/umbrello/dialogs/codeviewerdialog.h
index eef90445..308e2e4c 100644
--- a/umbrello/umbrello/dialogs/codeviewerdialog.h
+++ b/umbrello/umbrello/dialogs/codeviewerdialog.h
@@ -42,7 +42,7 @@ class UMLObject;
class CodeViewerDialog : public CodeViewerDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
CodeViewerDialog ( TQWidget* parent, CodeDocument * doc, Settings::CodeViewerState state,
diff --git a/umbrello/umbrello/dialogs/codevieweroptionspage.h b/umbrello/umbrello/dialogs/codevieweroptionspage.h
index 1e1b4eea..e0a9ee04 100644
--- a/umbrello/umbrello/dialogs/codevieweroptionspage.h
+++ b/umbrello/umbrello/dialogs/codevieweroptionspage.h
@@ -28,7 +28,7 @@
class CodeViewerOptionsPage : public CodeViewerOptionsBase {
Q_OBJECT
- TQ_OBJECT
+
public:
CodeViewerOptionsPage (Settings::CodeViewerState options, TQWidget *parent, const char *name=0);
~CodeViewerOptionsPage();
diff --git a/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h b/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h
index bbc1c85a..95458eac 100644
--- a/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h
+++ b/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h
@@ -24,7 +24,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 8f18bbad..4152d18f 100644
--- a/umbrello/umbrello/dialogs/diagramprintpage.h
+++ b/umbrello/umbrello/dialogs/diagramprintpage.h
@@ -36,7 +36,7 @@ class TQGroupBox;
class DiagramPrintPage : public KPrintDialogPage {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructs the diagram print page.
diff --git a/umbrello/umbrello/dialogs/exportallviewsdialog.h b/umbrello/umbrello/dialogs/exportallviewsdialog.h
index 69a4135d..5c4bcba9 100644
--- a/umbrello/umbrello/dialogs/exportallviewsdialog.h
+++ b/umbrello/umbrello/dialogs/exportallviewsdialog.h
@@ -28,7 +28,7 @@ class KFileFilterCombo;
*/
class ExportAllViewsDialog : public ExportAllViewsDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/umbrello/umbrello/dialogs/notedialog.h b/umbrello/umbrello/dialogs/notedialog.h
index ed42319f..a7e895b3 100644
--- a/umbrello/umbrello/dialogs/notedialog.h
+++ b/umbrello/umbrello/dialogs/notedialog.h
@@ -27,7 +27,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 fb85e967..4fef1282 100644
--- a/umbrello/umbrello/dialogs/overwritedialogue.h
+++ b/umbrello/umbrello/dialogs/overwritedialogue.h
@@ -29,7 +29,7 @@ class TQCheckBox;
*/
class OverwriteDialogue: public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/umbrello/umbrello/dialogs/parmpropdlg.h b/umbrello/umbrello/dialogs/parmpropdlg.h
index 0164277d..a30b5a6e 100644
--- a/umbrello/umbrello/dialogs/parmpropdlg.h
+++ b/umbrello/umbrello/dialogs/parmpropdlg.h
@@ -37,7 +37,7 @@ class UMLDoc;
*/
class ParmPropDlg : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructs a ParmPropDlg.
diff --git a/umbrello/umbrello/dialogs/pkgcontentspage.h b/umbrello/umbrello/dialogs/pkgcontentspage.h
index 65db8d8f..75918404 100644
--- a/umbrello/umbrello/dialogs/pkgcontentspage.h
+++ b/umbrello/umbrello/dialogs/pkgcontentspage.h
@@ -27,7 +27,7 @@
*/
class PkgContentsPage : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructs an instance of PkgContentsPage.
diff --git a/umbrello/umbrello/dialogs/selectopdlg.h b/umbrello/umbrello/dialogs/selectopdlg.h
index be8a38ad..bb3928f3 100644
--- a/umbrello/umbrello/dialogs/selectopdlg.h
+++ b/umbrello/umbrello/dialogs/selectopdlg.h
@@ -39,7 +39,7 @@ class UMLView;
class SelectOpDlg : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructs a SelectOpDlg instance.
diff --git a/umbrello/umbrello/dialogs/settingsdlg.h b/umbrello/umbrello/dialogs/settingsdlg.h
index 228ac654..ff745bd7 100644
--- a/umbrello/umbrello/dialogs/settingsdlg.h
+++ b/umbrello/umbrello/dialogs/settingsdlg.h
@@ -43,7 +43,7 @@ class CodeGenerator;
class SettingsDlg : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
SettingsDlg(TQWidget * parent, Settings::OptionState *state);
diff --git a/umbrello/umbrello/dialogs/statedialog.h b/umbrello/umbrello/dialogs/statedialog.h
index 5e3c9300..873ad067 100644
--- a/umbrello/umbrello/dialogs/statedialog.h
+++ b/umbrello/umbrello/dialogs/statedialog.h
@@ -37,7 +37,7 @@ class KFontChooser;
class StateDialog : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/umbrello/umbrello/dialogs/umlattributedialog.h b/umbrello/umbrello/dialogs/umlattributedialog.h
index d21d2834..5d852206 100644
--- a/umbrello/umbrello/dialogs/umlattributedialog.h
+++ b/umbrello/umbrello/dialogs/umlattributedialog.h
@@ -29,7 +29,7 @@ class TQLineEdit;
class UMLAttributeDialog : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
UMLAttributeDialog( TQWidget * pParent, UMLAttribute * pAttribute );
~UMLAttributeDialog();
diff --git a/umbrello/umbrello/dialogs/umlentityattributedialog.h b/umbrello/umbrello/dialogs/umlentityattributedialog.h
index 1cd5c338..bf727271 100644
--- a/umbrello/umbrello/dialogs/umlentityattributedialog.h
+++ b/umbrello/umbrello/dialogs/umlentityattributedialog.h
@@ -29,7 +29,7 @@ class TQLineEdit;
class UMLEntityAttributeDialog : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
UMLEntityAttributeDialog( TQWidget* pParent, UMLEntityAttribute* pEntityAttribute );
~UMLEntityAttributeDialog();
diff --git a/umbrello/umbrello/dialogs/umloperationdialog.h b/umbrello/umbrello/dialogs/umloperationdialog.h
index 7a932554..49ec1aba 100644
--- a/umbrello/umbrello/dialogs/umloperationdialog.h
+++ b/umbrello/umbrello/dialogs/umloperationdialog.h
@@ -37,7 +37,7 @@ 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 c429e2e4..8f24e9ba 100644
--- a/umbrello/umbrello/dialogs/umlroledialog.h
+++ b/umbrello/umbrello/dialogs/umlroledialog.h
@@ -25,7 +25,7 @@ class UMLRoleProperties;
class UMLRoleDialog : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/umbrello/umbrello/dialogs/umlroleproperties.h b/umbrello/umbrello/dialogs/umlroleproperties.h
index f52eaf4d..1c93ce63 100644
--- a/umbrello/umbrello/dialogs/umlroleproperties.h
+++ b/umbrello/umbrello/dialogs/umlroleproperties.h
@@ -24,7 +24,7 @@
*/
class UMLRoleProperties : public UMLRolePropertiesBase {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/umbrello/umbrello/dialogs/umltemplatedialog.h b/umbrello/umbrello/dialogs/umltemplatedialog.h
index cdf8b3f1..dc27cdc0 100644
--- a/umbrello/umbrello/dialogs/umltemplatedialog.h
+++ b/umbrello/umbrello/dialogs/umltemplatedialog.h
@@ -31,7 +31,7 @@ class UMLTemplate;
class UMLTemplateDialog : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
UMLTemplateDialog(TQWidget* pParent, UMLTemplate* pAttribute);
~UMLTemplateDialog();
diff --git a/umbrello/umbrello/dialogs/umlviewdialog.h b/umbrello/umbrello/dialogs/umlviewdialog.h
index 6484aab3..8effb99c 100644
--- a/umbrello/umbrello/dialogs/umlviewdialog.h
+++ b/umbrello/umbrello/dialogs/umlviewdialog.h
@@ -37,7 +37,7 @@ class DiagramPropertiesPage;
class UMLViewDialog : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/umbrello/umbrello/dialogs/umlwidgetcolorpage.h b/umbrello/umbrello/dialogs/umlwidgetcolorpage.h
index b5c33e2c..0110790f 100644
--- a/umbrello/umbrello/dialogs/umlwidgetcolorpage.h
+++ b/umbrello/umbrello/dialogs/umlwidgetcolorpage.h
@@ -29,7 +29,7 @@ class TQGroupBox;
class UMLWidgetColorPage : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
/**