From 09a22d33a25cf6f9bf6ec2db5db4fc350cc7cea9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson <kb9vqf@pearsoncomputing.net> Date: Thu, 7 Feb 2013 17:57:16 -0600 Subject: Rename KComp to avoid conflicts with KDE4 --- kscd/kcompactdisc.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kscd/kcompactdisc.h') diff --git a/kscd/kcompactdisc.h b/kscd/kcompactdisc.h index 5825126d..2e6830ca 100644 --- a/kscd/kcompactdisc.h +++ b/kscd/kcompactdisc.h @@ -1,5 +1,5 @@ /* - * KCompactDisc - A CD drive interface for the KDE Project. + * TDECompactDisc - A CD drive interface for the KDE Project. * * Copyright (c) 2005 Shaheedur R. Haque <srhaque@iee.org> * @@ -26,7 +26,7 @@ #include <tqvaluelist.h> /** - * KCompactDisc - A CD drive interface for the KDE Project. + * TDECompactDisc - A CD drive interface for the KDE Project. * * The disc lifecycle is modelled by these signals: * @@ -43,7 +43,7 @@ * All times in this interface are in milliseconds. Valid track numbers are * positive numbers; zero is not a valid track number. */ -class KCompactDisc : +class TDECompactDisc : public TQObject { Q_OBJECT @@ -55,8 +55,8 @@ public: Asynchronous // Block until cdrom and cddb infromation has been obtained }; - KCompactDisc(InformationMode=Synchronous); - virtual ~KCompactDisc(); + TDECompactDisc(InformationMode=Synchronous); + virtual ~TDECompactDisc(); /** * Open/close tray. @@ -294,7 +294,7 @@ private: unsigned m_previousTrack; void checkDeviceStatus(); TQString discStatus(int status); - class KCompactDiscPrivate *d; + class TDECompactDiscPrivate *d; InformationMode m_infoMode; private slots: -- cgit v1.2.1