summaryrefslogtreecommitdiffstats
path: root/src/src/statistics.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:10:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:10:51 -0600
commitdeb642e11a1e24891aab7b7841278f71044caafd (patch)
tree54d6820e62d2d80517066ae88982f0676a925b4b /src/src/statistics.cpp
parente455f84895145c8d4f7151e432b38ea4c3655c24 (diff)
downloadknetstats-deb642e11a1e24891aab7b7841278f71044caafd.tar.gz
knetstats-deb642e11a1e24891aab7b7841278f71044caafd.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/src/statistics.cpp')
-rw-r--r--src/src/statistics.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/src/statistics.cpp b/src/src/statistics.cpp
index 8af07b4..9ac7875 100644
--- a/src/src/statistics.cpp
+++ b/src/src/statistics.cpp
@@ -37,9 +37,9 @@ Statistics::Statistics( KNetStatsView* parent, const char *name )
l->setAutoAdd( true );
Chart* chart = new Chart(mChart, parent->speedHistoryTx(), parent->speedHistoryRx(), parent->historyBufferSize(), parent->historyPointer(), parent->maxSpeed());
mMAC->setText(mParent->readInterfaceStringValue("address", 18));
- mIP->tqsetAlignment(TQt::AlignRight);
- mMAC->tqsetAlignment(TQt::AlignRight);
- mNetmask->tqsetAlignment(TQt::AlignRight);
+ mIP->setAlignment(TQt::AlignRight);
+ mMAC->setAlignment(TQt::AlignRight);
+ mNetmask->setAlignment(TQt::AlignRight);
update();
mTimer = new TQTimer( this );