diff options
Diffstat (limited to 'ksirc/objFinder.h')
-rw-r--r-- | ksirc/objFinder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/objFinder.h b/ksirc/objFinder.h index 7303a31b..7da02dc4 100644 --- a/ksirc/objFinder.h +++ b/ksirc/objFinder.h @@ -14,7 +14,7 @@ public: virtual ~objFinder(); static void insert(TQObject *obj, const char *key = 0); - static TQObject *tqfind(const char *name, const char *inherits); + static TQObject *find(const char *name, const char *inherits); static void dumpTree(); static TQStringList allObjects(); |