diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:13:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:13:22 -0600 |
commit | bcbfd20ecaad59c19ff62397807b75f49f4dc47a (patch) | |
tree | 55dfb30f13f582c856fafcb748c0d09105b1924d /src/kstreamripper.cpp | |
parent | 1731c59e84adaf7f65528f7429bcf2f0aa7ae09e (diff) | |
download | kstreamripper-bcbfd20ecaad59c19ff62397807b75f49f4dc47a.tar.gz kstreamripper-bcbfd20ecaad59c19ff62397807b75f49f4dc47a.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/kstreamripper.cpp')
-rw-r--r-- | src/kstreamripper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kstreamripper.cpp b/src/kstreamripper.cpp index d386097..bee8c8b 100644 --- a/src/kstreamripper.cpp +++ b/src/kstreamripper.cpp @@ -269,8 +269,8 @@ void KStreamRipper::selectedNewListItem() ProcessController * ProcCtl = ((ProcessListViewItem*)m_streamsListView->currentItem())->getProcessController(); // reconfigure what the user is allowed to do based on if this process is ripping - m_ripButton->setEnabled( !ProcCtl->gettqStatus() ); - m_stopRipButton->setEnabled( ProcCtl->gettqStatus() ); + m_ripButton->setEnabled( !ProcCtl->getStatus() ); + m_stopRipButton->setEnabled( ProcCtl->getStatus() ); m_tuneInButton->setEnabled( true ); m_deleteStreamButton->setEnabled( !ProcCtl->getAutomatic() ); |