diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:28:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:28:11 -0600 |
commit | b88830e9111dc4375bc1461c3f7b3e7b3e73f733 (patch) | |
tree | e34a67443df8a12d634aa419364d0698b53c1451 /noatun-plugins/wavecapture | |
parent | 6b45a7b7b2a804ccb2d522eb9ba6423fedb59b8f (diff) | |
download | tdeaddons-b88830e9111dc4375bc1461c3f7b3e7b3e73f733.tar.gz tdeaddons-b88830e9111dc4375bc1461c3f7b3e7b3e73f733.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'noatun-plugins/wavecapture')
-rw-r--r-- | noatun-plugins/wavecapture/wavecapture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/wavecapture/wavecapture.h b/noatun-plugins/wavecapture/wavecapture.h index 78cbc5f..b1d459d 100644 --- a/noatun-plugins/wavecapture/wavecapture.h +++ b/noatun-plugins/wavecapture/wavecapture.h @@ -56,8 +56,8 @@ private: int pluginMenuItem; bool _enabled; - enum tqStatus { PAUSED, STOPPED, PLAYING }; - tqStatus _status; + enum Status { PAUSED, STOPPED, PLAYING }; + Status _status; Arts::Effect_WAVECAPTURE _capture; int _count; |