From 09a22d33a25cf6f9bf6ec2db5db4fc350cc7cea9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 17:57:16 -0600 Subject: Rename KComp to avoid conflicts with KDE4 --- tdeioslave/audiocd/audiocd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeioslave') diff --git a/tdeioslave/audiocd/audiocd.cpp b/tdeioslave/audiocd/audiocd.cpp index dcf993ea..39796001 100644 --- a/tdeioslave/audiocd/audiocd.cpp +++ b/tdeioslave/audiocd/audiocd.cpp @@ -104,7 +104,7 @@ enum Which_dir { class AudioCDProtocol::Private { public: - Private() : cd(KCompactDisc::Asynchronous) { + Private() : cd(TDECompactDisc::Asynchronous) { clearURLargs(); s_info = i18n("Information"); s_fullCD = i18n("Full CD"); @@ -137,7 +137,7 @@ public: unsigned discid; unsigned tracks; bool trackIsAudio[100]; - KCompactDisc cd; // keep it around so that we don't assume the disk changed between every stat() + TDECompactDisc cd; // keep it around so that we don't assume the disk changed between every stat() // CDDB items KCDDB::CDDB::Result cddbResult; -- cgit v1.2.1