diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:57:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:57:28 -0600 |
commit | dc07846059a60d069687585cc72ff501a2096296 (patch) | |
tree | 432ead5b09c6ace7e804629f1f74a3ed58f003e0 /juk/filerenameroptions.cpp | |
parent | 3c299dfe48c0060272c2966fff599b3b417e2ee4 (diff) | |
download | tdemultimedia-dc07846059a60d069687585cc72ff501a2096296.tar.gz tdemultimedia-dc07846059a60d069687585cc72ff501a2096296.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'juk/filerenameroptions.cpp')
-rw-r--r-- | juk/filerenameroptions.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/juk/filerenameroptions.cpp b/juk/filerenameroptions.cpp index d800d2e2..a1e87bfb 100644 --- a/juk/filerenameroptions.cpp +++ b/juk/filerenameroptions.cpp @@ -46,11 +46,11 @@ FileRenamerTagOptions::FileRenamerTagOptions(TQWidget *parent, TQString tagText = m_options.tagTypeText(); - setCaption(caption().tqarg(tagText)); - m_tagFormatGroup->setTitle(m_tagFormatGroup->title().tqarg(tagText)); - m_emptyTagGroup->setTitle(m_emptyTagGroup->title().tqarg(tagText)); - m_description->setText(m_description->text().tqarg(tagText)); - m_tagLabel->setText(m_tagLabel->text().tqarg(tagText)); + setCaption(caption().arg(tagText)); + m_tagFormatGroup->setTitle(m_tagFormatGroup->title().arg(tagText)); + m_emptyTagGroup->setTitle(m_emptyTagGroup->title().arg(tagText)); + m_description->setText(m_description->text().arg(tagText)); + m_tagLabel->setText(m_tagLabel->text().arg(tagText)); m_prefixText->setText(options.prefix()); m_suffixText->setText(options.suffix()); |