diff options
Diffstat (limited to 'ksirc/objFinder.cpp')
-rw-r--r-- | ksirc/objFinder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/objFinder.cpp b/ksirc/objFinder.cpp index 4c986e49..993fd743 100644 --- a/ksirc/objFinder.cpp +++ b/ksirc/objFinder.cpp @@ -76,7 +76,7 @@ TQObject *objFinder::find(const char *name, const char *inherits){ ++itW; continue; } - found = TQT_TQOBJECT(itW.current()); + found = itW.current(); delete all; return found; } |