diff options
Diffstat (limited to 'kjs/object.h')
-rw-r--r-- | kjs/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjs/object.h b/kjs/object.h index ca795460c..49c637866 100644 --- a/kjs/object.h +++ b/kjs/object.h @@ -602,7 +602,7 @@ namespace KJS { protected: PropertyMap _prop; private: - const HashEntry* findPropertyHashEntry( const Identifier& propertyName ) const; + const HashEntry* tqfindPropertyHashEntry( const Identifier& propertyName ) const; ObjectImpPrivate *_od; ValueImp *_proto; ValueImp *_internalValue; |