diff options
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()); |