summaryrefslogtreecommitdiffstats
path: root/kbarcode/definitiondialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:06 -0600
commit4541cff71067e65367cea5ff44e5136934e8a333 (patch)
treed20c2f9355e79f068158a2fbbe60ad1786749c63 /kbarcode/definitiondialog.cpp
parentdf8b5d68eb9b9da7d1562a3f1819bdd806bdbc33 (diff)
downloadkbarcode-4541cff71067e65367cea5ff44e5136934e8a333.tar.gz
kbarcode-4541cff71067e65367cea5ff44e5136934e8a333.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'kbarcode/definitiondialog.cpp')
-rw-r--r--kbarcode/definitiondialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbarcode/definitiondialog.cpp b/kbarcode/definitiondialog.cpp
index 64da5c5..ae3cb64 100644
--- a/kbarcode/definitiondialog.cpp
+++ b/kbarcode/definitiondialog.cpp
@@ -96,11 +96,11 @@ DefinitionDialog::DefinitionDialog( TQWidget* parent, const char* name, bool mo
Layout13->addWidget( TextLabel2 );
TextLabel3 = new TQLabel( this, "TextLabel3" );
- TextLabel3->setText( TQString( i18n( "Width (in %1):" ) ).tqarg( Measurements::system() ) );
+ TextLabel3->setText( TQString( i18n( "Width (in %1):" ) ).arg( Measurements::system() ) );
Layout13->addWidget( TextLabel3 );
TextLabel4 = new TQLabel( this, "TextLabel4" );
- TextLabel4->setText( TQString( i18n( "Height (in %1):" ) ).tqarg( Measurements::system() ) );
+ TextLabel4->setText( TQString( i18n( "Height (in %1):" ) ).arg( Measurements::system() ) );
Layout13->addWidget( TextLabel4 );
TextLabel5 = new TQLabel( this, "TextLabel5" );
@@ -335,7 +335,7 @@ void DefinitionDialog::updatePreview()
preview->setRect( TQRect( (int)m.gapLeftMM(), (int)m.gapTopMM(), (int)m.widthMM(), (int)m.heightMM() ) );
preview->setMeasurements( m );
- preview->tqrepaint();
+ preview->repaint();
}
void DefinitionDialog::drawGraphic()