summaryrefslogtreecommitdiffstats
path: root/kradio3/src/include/soundstreamid.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:57:04 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:57:04 -0600
commit6df9eac4b9928768bf0c3dc988bac1c0c1fbb685 (patch)
treee9c9e6486689b74eac0c7c4af8e910df3942fa31 /kradio3/src/include/soundstreamid.h
parent5fb78f4b68672906005b059e7e5066c702bc5c90 (diff)
downloadtderadio-6df9eac4b9928768bf0c3dc988bac1c0c1fbb685.tar.gz
tderadio-6df9eac4b9928768bf0c3dc988bac1c0c1fbb685.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 5fb78f4b68672906005b059e7e5066c702bc5c90.
Diffstat (limited to 'kradio3/src/include/soundstreamid.h')
-rw-r--r--kradio3/src/include/soundstreamid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/src/include/soundstreamid.h b/kradio3/src/include/soundstreamid.h
index e7aa4d5..4133103 100644
--- a/kradio3/src/include/soundstreamid.h
+++ b/kradio3/src/include/soundstreamid.h
@@ -44,7 +44,7 @@ public:
bool HasSamePhysicalID(const SoundStreamID &x) const { return m_PhysicalID == x.m_PhysicalID; }
bool isValid() const { return m_ID != 0; } // m_PhysicalID is not checked!
- void invalidate();
+ void tqinvalidate();
static const SoundStreamID InvalidID;