summaryrefslogtreecommitdiffstats
path: root/src/src/statistics.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:37:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:37:17 -0600
commit493fdb97c241292d1bc5e1304861cecd746ad562 (patch)
treeb14be14da399bbd497f0d5a1aff93c281732afa7 /src/src/statistics.cpp
parentdeb642e11a1e24891aab7b7841278f71044caafd (diff)
downloadknetstats-493fdb97c241292d1bc5e1304861cecd746ad562.tar.gz
knetstats-493fdb97c241292d1bc5e1304861cecd746ad562.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/src/statistics.cpp')
-rw-r--r--src/src/statistics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/statistics.cpp b/src/src/statistics.cpp
index 9ac7875..b1025ee 100644
--- a/src/src/statistics.cpp
+++ b/src/src/statistics.cpp
@@ -31,7 +31,7 @@
Statistics::Statistics( KNetStatsView* parent, const char *name )
: StatisticsBase( parent, name ), mInterface(parent->interface()), mParent(parent) {
- setCaption( i18n( "Details of %1" ).tqarg( mInterface ) );
+ setCaption( i18n( "Details of %1" ).arg( mInterface ) );
TQBoxLayout* l = new TQHBoxLayout( mChart );
l->setAutoAdd( true );