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