From a90eb215f53c95d81f95b32255098066d90556d9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:13:41 -0600 Subject: Rename old tq methods that no longer need a unique name --- plugins/infowidget/trackerview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/infowidget/trackerview.cpp') diff --git a/plugins/infowidget/trackerview.cpp b/plugins/infowidget/trackerview.cpp index c928a7f..7a84f12 100644 --- a/plugins/infowidget/trackerview.cpp +++ b/plugins/infowidget/trackerview.cpp @@ -167,7 +167,7 @@ namespace kt // only enable change when we can actually change and the torrent is running btnChange->setEnabled(s.running && listTrackers->childCount() > 1); - lbltqStatus->setText("" + s.trackerstatus + ""); + lblStatus->setText("" + s.trackerstatus + ""); if (tc->getTrackersList()) { TQString t = tc->getTrackersList()->getTrackerURL().prettyURL(); @@ -191,7 +191,7 @@ namespace kt listTrackers->clear(); if(!tc) { - lbltqStatus->clear(); + lblStatus->clear(); lblCurrent->clear(); lblUpdate->clear(); txtTracker->clear(); -- cgit v1.2.1