summaryrefslogtreecommitdiffstats
path: root/ksirc/objFinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/objFinder.h')
-rw-r--r--ksirc/objFinder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ksirc/objFinder.h b/ksirc/objFinder.h
index f4f6fbd2..7303a31b 100644
--- a/ksirc/objFinder.h
+++ b/ksirc/objFinder.h
@@ -7,13 +7,14 @@
class objFinder : public TQObject {
Q_OBJECT
+ TQ_OBJECT
public:
objFinder();
virtual ~objFinder();
static void insert(TQObject *obj, const char *key = 0);
- static TQObject *find(const char *name, const char *inherits);
+ static TQObject *tqfind(const char *name, const char *inherits);
static void dumpTree();
static TQStringList allObjects();