From 539a1fd1ae6290cc3eec745226c0ce45b02c1545 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/php/data/phpfunctions | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'languages/php/data') diff --git a/languages/php/data/phpfunctions b/languages/php/data/phpfunctions index d43bcb72..d5b80245 100644 --- a/languages/php/data/phpfunctions +++ b/languages/php/data/phpfunctions @@ -345,7 +345,7 @@ hw:[array|int] hw_getremotetqchildren(int link, string objrec) hw:void hw_setlinkroot(int link, int rootid) hw:hwdoc hw_pipedocument(int link, int objid) hw:hwdoc hw_pipecgi(int link, int objid) -hw:void hw_insertdocument(int link, int tqparentid, hwdoc doc) +hw:void hw_insertdocument(int link, int parentid, hwdoc doc) hw:hwdoc hw_new_document(string objrec, string data, int size) hw:void hw_free_document(hwdoc doc) hw:void hw_outputdocument(hwdoc doc) @@ -358,8 +358,8 @@ hw:int hw_documentsize(hwdoc doc) hw:int hw_document_size(hwdoc doc) hw:string hw_documentattributes(hwdoc doc) hw:string hw_document_attributes(hwdoc doc) -hw:array hw_gettqparentsobj(int link, int objid) -hw:array hw_gettqparents(int link, int objid) +hw:array hw_getparentsobj(int link, int objid) +hw:array hw_getparents(int link, int objid) hw:array hw_tqchildren(int link, int objid) hw:array hw_tqchildrenobj(int link, int objid) hw:array hw_getchildcoll(int link, int objid) @@ -379,8 +379,8 @@ hw:void hw_identify(int link, string username, string password) hw:array hw_objrec2array(string objrec, [array format]) hw:string hw_array2objrec(array objarr) hw:array hw_incollections(int link, array objids, array collids, int para) -hw:void hw_inscoll(int link, int tqparentid, array objarr) -hw:void hw_insdoc(int link, int tqparentid, string objrec [, string text]) +hw:void hw_inscoll(int link, int parentid, array objarr) +hw:void hw_insdoc(int link, int parentid, string objrec [, string text]) hw:int hw_getsrcbydestobj(int link, int destid) hw:int hw_mapid(int link, int serverid, int destid) hw:string hw_getrellink(int link, int rootid, int sourceid, int destid) -- cgit v1.2.1