From 1dd83e5f38d1c16d3e6da18d0caca0ee093ab58f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:35:10 -0600 Subject: Rename old tq methods that no longer need a unique name --- umbrello/umbrello/dialogs/codegenerationoptionsbase.ui | 10 +++++----- umbrello/umbrello/dialogs/codegenerationwizardbase.ui | 12 ++++++------ umbrello/umbrello/dialogs/codeviewerdialog.cpp | 2 +- umbrello/umbrello/dialogs/codevieweroptionsbase.ui | 2 +- umbrello/umbrello/dialogs/diagrampropertiespage.ui | 8 ++++---- umbrello/umbrello/dialogs/exportallviewsdialog.cpp | 2 +- umbrello/umbrello/dialogs/exportallviewsdialogbase.ui | 4 ++-- umbrello/umbrello/dialogs/umlroledialog.cpp | 2 +- 8 files changed, 21 insertions(+), 21 deletions(-) (limited to 'umbrello/umbrello/dialogs') diff --git a/umbrello/umbrello/dialogs/codegenerationoptionsbase.ui b/umbrello/umbrello/dialogs/codegenerationoptionsbase.ui index 601b5385..48ee0ff7 100644 --- a/umbrello/umbrello/dialogs/codegenerationoptionsbase.ui +++ b/umbrello/umbrello/dialogs/codegenerationoptionsbase.ui @@ -163,7 +163,7 @@ Fixed - + 30 20 @@ -180,7 +180,7 @@ Fixed - + 30 20 @@ -297,7 +297,7 @@ generator wants to use as output file already exists: Expanding - + 16 30 @@ -314,7 +314,7 @@ generator wants to use as output file already exists: Expanding - + 16 30 @@ -331,7 +331,7 @@ generator wants to use as output file already exists: Expanding - + 16 30 diff --git a/umbrello/umbrello/dialogs/codegenerationwizardbase.ui b/umbrello/umbrello/dialogs/codegenerationwizardbase.ui index 517df16e..fdd59c2c 100644 --- a/umbrello/umbrello/dialogs/codegenerationwizardbase.ui +++ b/umbrello/umbrello/dialogs/codegenerationwizardbase.ui @@ -88,7 +88,7 @@ for in the right hand side list Expanding - + 20 20 @@ -146,7 +146,7 @@ for in the right hand side list Fixed - + 20 20 @@ -190,7 +190,7 @@ for in the right hand side list Expanding - + 20 20 @@ -206,7 +206,7 @@ for in the right hand side list status - Code Generation tqStatus + Code Generation Status @@ -231,7 +231,7 @@ for in the right hand side list GroupBox2 - Generation tqStatus + Generation Status @@ -257,7 +257,7 @@ for in the right hand side list - Generation tqStatus + Generation Status true diff --git a/umbrello/umbrello/dialogs/codeviewerdialog.cpp b/umbrello/umbrello/dialogs/codeviewerdialog.cpp index 3f11adb3..04784752 100644 --- a/umbrello/umbrello/dialogs/codeviewerdialog.cpp +++ b/umbrello/umbrello/dialogs/codeviewerdialog.cpp @@ -69,7 +69,7 @@ void CodeViewerDialog::initGUI ( const char * name) { CodeViewerDialogBaseLayout->setMargin(margin); - resize( TQSize(width, height).expandedTo(tqminimumSizeHint()) ); + resize( TQSize(width, height).expandedTo(minimumSizeHint()) ); } diff --git a/umbrello/umbrello/dialogs/codevieweroptionsbase.ui b/umbrello/umbrello/dialogs/codevieweroptionsbase.ui index ed75ea9d..1c44f8cb 100644 --- a/umbrello/umbrello/dialogs/codevieweroptionsbase.ui +++ b/umbrello/umbrello/dialogs/codevieweroptionsbase.ui @@ -31,7 +31,7 @@ - tqcolorGroupBox + colorGroupBox diff --git a/umbrello/umbrello/dialogs/diagrampropertiespage.ui b/umbrello/umbrello/dialogs/diagrampropertiespage.ui index 8dc7f029..da0482fa 100644 --- a/umbrello/umbrello/dialogs/diagrampropertiespage.ui +++ b/umbrello/umbrello/dialogs/diagrampropertiespage.ui @@ -131,7 +131,7 @@ Expanding - + 50 20 @@ -218,7 +218,7 @@ If 'Snap to Grid' is enabled a component will always be aligned with the grid on Expanding - + 20 20 @@ -307,7 +307,7 @@ If 'Snap to Grid' is enabled a component will always be aligned with the grid on Expanding - + 20 20 @@ -369,7 +369,7 @@ If 'Snap to Grid' is enabled a component will always be aligned with the grid on Expanding - + 20 20 diff --git a/umbrello/umbrello/dialogs/exportallviewsdialog.cpp b/umbrello/umbrello/dialogs/exportallviewsdialog.cpp index 443ad9e2..7560b850 100644 --- a/umbrello/umbrello/dialogs/exportallviewsdialog.cpp +++ b/umbrello/umbrello/dialogs/exportallviewsdialog.cpp @@ -33,7 +33,7 @@ ExportAllViewsDialog::ExportAllViewsDialog( : ExportAllViewsDialogBase(parent,name, modal,fl) { // create and initialize m_imageType m_imageType = new KFileFilterCombo(this, "m_imageType"); - m_imageType->tqsetSizePolicy(TQSizePolicy(TQSizePolicy::Preferred, TQSizePolicy::Fixed, 0, 0, m_imageType->sizePolicy().hasHeightForWidth())); + m_imageType->setSizePolicy(TQSizePolicy(TQSizePolicy::Preferred, TQSizePolicy::Fixed, 0, 0, m_imageType->sizePolicy().hasHeightForWidth())); m_imageType->setEditable(false); m_imageType->setMimeFilter(UMLViewImageExporterModel::supportedMimeTypes(), defaultMimeType); diff --git a/umbrello/umbrello/dialogs/exportallviewsdialogbase.ui b/umbrello/umbrello/dialogs/exportallviewsdialogbase.ui index e795d2c9..4a7edb52 100644 --- a/umbrello/umbrello/dialogs/exportallviewsdialogbase.ui +++ b/umbrello/umbrello/dialogs/exportallviewsdialogbase.ui @@ -120,7 +120,7 @@ Only the folders made by the user are created in the base directory (Logical vie Expanding - + 20 16 @@ -151,7 +151,7 @@ Only the folders made by the user are created in the base directory (Logical vie Expanding - + 20 20 diff --git a/umbrello/umbrello/dialogs/umlroledialog.cpp b/umbrello/umbrello/dialogs/umlroledialog.cpp index 607ac759..255f4010 100644 --- a/umbrello/umbrello/dialogs/umlroledialog.cpp +++ b/umbrello/umbrello/dialogs/umlroledialog.cpp @@ -35,7 +35,7 @@ void UMLRoleDialog::setupDialog() { m_pRoleProps = new UMLRoleProperties(this, m_pRole); setMainWidget( m_pRoleProps ); - resize( TQSize(425, 620).expandedTo(tqminimumSizeHint()) ); + resize( TQSize(425, 620).expandedTo(minimumSizeHint()) ); // topLayout -> addWidget( m_pParmsGB); -- cgit v1.2.3