diff options
Diffstat (limited to 'src/k9play.cpp')
| -rw-r--r-- | src/k9play.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k9play.cpp b/src/k9play.cpp index e2c3550..08dff4b 100644 --- a/src/k9play.cpp +++ b/src/k9play.cpp @@ -375,7 +375,7 @@ void k9play::play() { finished=1; if (!finished && m_chapterList.count() >0) { - if (m_chapterList.tqfindIndex( TQString::number(ptt)) == -1) { + if (m_chapterList.findIndex( TQString::number(ptt)) == -1) { dvdnav_part_play(dvdnav,tt, ptt+1); kdebug( TQString("skipping chapter %1").tqarg(ptt)); continue; |
