diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:57:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:57:16 -0600 |
commit | 09a22d33a25cf6f9bf6ec2db5db4fc350cc7cea9 (patch) | |
tree | 55c5352241ba2c8967efb47330e577f18f84b985 /kscd/kscd.h | |
parent | 3111786e2c01633a9aed14eaea7523e086ecfc5a (diff) | |
download | tdemultimedia-09a22d33a25cf6f9bf6ec2db5db4fc350cc7cea9.tar.gz tdemultimedia-09a22d33a25cf6f9bf6ec2db5db4fc350cc7cea9.zip |
Rename KComp to avoid conflicts with KDE4
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; |