diff options
Diffstat (limited to 'libk3b/projects/audiocd/k3baudiodatasourceiterator.h')
-rw-r--r-- | libk3b/projects/audiocd/k3baudiodatasourceiterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/projects/audiocd/k3baudiodatasourceiterator.h b/libk3b/projects/audiocd/k3baudiodatasourceiterator.h index 7a0ce59..f340fce 100644 --- a/libk3b/projects/audiocd/k3baudiodatasourceiterator.h +++ b/libk3b/projects/audiocd/k3baudiodatasourceiterator.h @@ -26,7 +26,7 @@ class K3bAudioDoc; * * Be aware that this iterator does not properly update when the doc * changes. A manual update can be issued with first(). This is becasue - * an update would either involve slots (this being a QObject) which is + * an update would either involve slots (this being a TQObject) which is * too much overhead or the AudioDoc would need to have knowledge of all * the iterators which is also overhead that would be overkill. */ |