diff options
Diffstat (limited to 'kscd/kscd.h')
-rw-r--r-- | kscd/kscd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kscd/kscd.h b/kscd/kscd.h index 9d33b696..f0689368 100644 --- a/kscd/kscd.h +++ b/kscd/kscd.h @@ -28,7 +28,7 @@ #include "bwlednum.h" // CD support. -class KCompactDisc; +class TDECompactDisc; // CDDB support via libkcddb #include <libkcddb/cddb.h> @@ -188,7 +188,7 @@ private: BW_LED_Number *trackTimeLED[6]; - KCompactDisc *m_cd; + TDECompactDisc *m_cd; TQTimer titlelabeltimer; TQTimer queryledtimer; TQTimer cycletimer; |