diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:32:11 -0600 |
commit | 94844816550ad672ccfcdc25659c625546239998 (patch) | |
tree | e35fc60fd736c645d59f6408af032774ad8023d3 /kchart/kchartWizardSetupDataPage.cc | |
parent | 2a811c38c74c03648ecf857e566c44483cbad706 (diff) | |
download | koffice-94844816550ad672ccfcdc25659c625546239998.tar.gz koffice-94844816550ad672ccfcdc25659c625546239998.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kchart/kchartWizardSetupDataPage.cc')
-rw-r--r-- | kchart/kchartWizardSetupDataPage.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kchart/kchartWizardSetupDataPage.cc b/kchart/kchartWizardSetupDataPage.cc index b2ba26ac..1d057d4c 100644 --- a/kchart/kchartWizardSetupDataPage.cc +++ b/kchart/kchartWizardSetupDataPage.cc @@ -22,7 +22,7 @@ KChartWizardSetupDataPage::KChartWizardSetupDataPage( TQWidget* parent, tmpTQGroupBox = new TQButtonGroup( this, "GroupBox_1" ); tmpTQGroupBox->setGeometry( 260, 10, 130, 80 ); tmpTQGroupBox->setFrameStyle( 49 ); - tmpTQGroupBox->tqsetAlignment( 1 ); + tmpTQGroupBox->setAlignment( 1 ); datarow = new TQRadioButton( this, "RadioButton_1" ); datarow->setGeometry( 270, 40, 100, 20 ); @@ -57,7 +57,7 @@ KChartWizardSetupDataPage::KChartWizardSetupDataPage( TQWidget* parent, tmpTQLabel = new TQLabel( this, "Label_4" ); tmpTQLabel->setGeometry( 280, 110, 100, 30 ); tmpTQLabel->setText( i18n("Use first row as description") ); - tmpTQLabel->tqsetAlignment( 1313 ); + tmpTQLabel->setAlignment( 1313 ); rowdescript = new TQCheckBox( this, "CheckBox_4" ); rowdescript->setGeometry( 260, 150, 20, 30 ); @@ -69,7 +69,7 @@ KChartWizardSetupDataPage::KChartWizardSetupDataPage( TQWidget* parent, tmpTQLabel = new TQLabel( this, "Label_5" ); tmpTQLabel->setGeometry( 280, 150, 100, 30 ); tmpTQLabel->setText( i18n("Use first column as description") ); - tmpTQLabel->tqsetAlignment( 1313 ); + tmpTQLabel->setAlignment( 1313 ); TQFrame* tmpTQFrame; tmpTQFrame = new TQFrame( this, "Frame_1" ); |