diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:32:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:32:31 -0600 |
commit | 5fb78f4b68672906005b059e7e5066c702bc5c90 (patch) | |
tree | 715819ae8220ea037525fe5d7f15f7879c137b88 /kradio3/src/soundstreamid.cpp | |
parent | b66ecc4a25ee7b26513ffe3c91ffbed7fe313a0d (diff) | |
download | tderadio-5fb78f4b68672906005b059e7e5066c702bc5c90.tar.gz tderadio-5fb78f4b68672906005b059e7e5066c702bc5c90.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kradio3/src/soundstreamid.cpp')
-rw-r--r-- | kradio3/src/soundstreamid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/src/soundstreamid.cpp b/kradio3/src/soundstreamid.cpp index f1905e9..1c9cfed 100644 --- a/kradio3/src/soundstreamid.cpp +++ b/kradio3/src/soundstreamid.cpp @@ -62,7 +62,7 @@ SoundStreamID SoundStreamID::createNewID(const SoundStreamID &oldID) } -void SoundStreamID::tqinvalidate() +void SoundStreamID::invalidate() { m_ID = 0; m_PhysicalID = 0; |