diff options
Diffstat (limited to 'libkcddb')
-rw-r--r-- | libkcddb/cddb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/cddb.cpp b/libkcddb/cddb.cpp index 7cdfee6e..e79f74a3 100644 --- a/libkcddb/cddb.cpp +++ b/libkcddb/cddb.cpp @@ -51,7 +51,7 @@ namespace KCDDB TQString CDDB::trackOffsetListToId( const TrackOffsetList & list ) { - // Taken from version by Michael Matz in kio_audiocd. + // Taken from version by Michael Matz in tdeio_audiocd. unsigned int id = 0; int numTracks = list.count() - 2; |