diff options
Diffstat (limited to 'ksim/baselist.h')
-rw-r--r-- | ksim/baselist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/baselist.h b/ksim/baselist.h index e56915b..5c4391d 100644 --- a/ksim/baselist.h +++ b/ksim/baselist.h @@ -52,7 +52,7 @@ namespace KSim return false; // Find our object and remove it from the list - if (m_baseList->tqfindRef(object) >= 0) + if (m_baseList->findRef(object) >= 0) return m_baseList->remove(); return false; |