diff options
Diffstat (limited to 'src/newstuff/dialog.cpp')
-rw-r--r-- | src/newstuff/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newstuff/dialog.cpp b/src/newstuff/dialog.cpp index f388df2..000e782 100644 --- a/src/newstuff/dialog.cpp +++ b/src/newstuff/dialog.cpp @@ -379,7 +379,7 @@ void Dialog::slotSelected(TQListViewItem* item_) { if(!license.isEmpty()) { license.prepend('(').append(')'); } - TQString name = TQString::fromLatin1("%1 %2").tqarg(ENTRYNAME(entry)).tqarg(license); + TQString name = TQString::fromLatin1("%1 %2").arg(ENTRYNAME(entry)).arg(license); TQFont font = m_nameLabel->font(); font.setBold(true); font.setItalic(false); |