diff options
Diffstat (limited to 'libkdegames/kgame/kgamepropertylist.h')
-rw-r--r-- | libkdegames/kgame/kgamepropertylist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdegames/kgame/kgamepropertylist.h b/libkdegames/kgame/kgamepropertylist.h index af380b0a..df8eb604 100644 --- a/libkdegames/kgame/kgamepropertylist.h +++ b/libkdegames/kgame/kgamepropertylist.h @@ -139,7 +139,7 @@ public: void remove( const type& d ) { - Iterator it=tqfind(d); + Iterator it=find(d); remove(it); } |