diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:58:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:58:40 +0200 |
commit | 76851de660eaf44799d2903a0e55f91393cd65a3 (patch) | |
tree | bc70dc457c0862e86185052f2cdd180d2bc13f6c /tderadio3/plugins/streaming/streaming-job.h | |
parent | 22f700d49549abccc45aa9283af5e229f5f460c0 (diff) | |
download | tderadio-76851de660eaf44799d2903a0e55f91393cd65a3.tar.gz tderadio-76851de660eaf44799d2903a0e55f91393cd65a3.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tderadio3/plugins/streaming/streaming-job.h')
-rw-r--r-- | tderadio3/plugins/streaming/streaming-job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderadio3/plugins/streaming/streaming-job.h b/tderadio3/plugins/streaming/streaming-job.h index 715d71c..a8afe48 100644 --- a/tderadio3/plugins/streaming/streaming-job.h +++ b/tderadio3/plugins/streaming/streaming-job.h @@ -92,7 +92,7 @@ protected: size_t m_SkipCount; - TDEIO::TransferJob *m_KIO_Job; + TDEIO::TransferJob *m_TDEIO_Job; bool m_capturing; }; |