diff options
Diffstat (limited to 'kexi/formeditor/utils.h')
-rw-r--r-- | kexi/formeditor/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/formeditor/utils.h b/kexi/formeditor/utils.h index a8312f79..d42a891f 100644 --- a/kexi/formeditor/utils.h +++ b/kexi/formeditor/utils.h @@ -37,7 +37,7 @@ class Form; If the parent is found, \a prevPrev is set to a child of child of the parent, what for TabWidget means the page widget. */ template<class type> -type* findParent(TQT_BASE_OBJECT_NAME* o, const char* className, TQObject* &prevPrev) +type* findParent(TQObject* o, const char* className, TQObject* &prevPrev) { if (!o || !className || className[0]=='\0') return 0; |