summaryrefslogtreecommitdiffstats
path: root/kig/objects/object_type_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kig/objects/object_type_factory.h')
-rw-r--r--kig/objects/object_type_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/objects/object_type_factory.h b/kig/objects/object_type_factory.h
index c1371d67..97f4f0c3 100644
--- a/kig/objects/object_type_factory.h
+++ b/kig/objects/object_type_factory.h
@@ -34,7 +34,7 @@ class ObjectTypeFactory
public:
static ObjectTypeFactory* instance();
void add( const ObjectType* type );
- const ObjectType* find( const char* name ) const;
+ const ObjectType* tqfind( const char* name ) const;
};
#endif