summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/cmanageindiceswidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/cmanageindiceswidget.cpp')
-rw-r--r--bibletime/frontend/cmanageindiceswidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/cmanageindiceswidget.cpp b/bibletime/frontend/cmanageindiceswidget.cpp
index a4ebb0d..d1528a5 100644
--- a/bibletime/frontend/cmanageindiceswidget.cpp
+++ b/bibletime/frontend/cmanageindiceswidget.cpp
@@ -103,7 +103,7 @@ void CManageIndicesWidget::populateModuleList() {
if ((*it)->hasIndex()) {
item = new TQCheckListItem(m_modsWithIndices, (*it)->name(),
TQCheckListItem::CheckBox);
- item->setText(1, TQString("%1 ").tqarg((*it)->indexSize() / 1024) + i18n("KiB"));
+ item->setText(1, TQString("%1 ").arg((*it)->indexSize() / 1024) + i18n("KiB"));
}
else {
item = new TQCheckListItem(m_modsWithoutIndices, (*it)->name(),