summaryrefslogtreecommitdiffstats
path: root/kcachegrind/kcachegrind/configdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcachegrind/kcachegrind/configdlg.cpp')
-rw-r--r--kcachegrind/kcachegrind/configdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcachegrind/kcachegrind/configdlg.cpp b/kcachegrind/kcachegrind/configdlg.cpp
index e0b45470..7e56c686 100644
--- a/kcachegrind/kcachegrind/configdlg.cpp
+++ b/kcachegrind/kcachegrind/configdlg.cpp
@@ -210,7 +210,7 @@ bool ConfigDlg::configure(Configuration* c, TraceData* d, TQWidget* p)
TQMessageBox::warning(p, i18n("KCachegrind Configuration"),
i18n("The Maximum Number of List Items should be below 500."
"The previous set value (%1) will still be used.")
- .arg(TQString::number(c->_maxListCount)),
+ .tqarg(TQString::number(c->_maxListCount)),
TQMessageBox::Ok, 0);
c->_maxSymbolCount = dlg.symbolCount->text().toInt();