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 +++++----- languages/php/doc/php.toc | 28 ++++++++++++++-------------- languages/php/phpconfigwidgetbase.ui | 4 ++-- languages/php/phpinfodlg.ui | 4 ++-- languages/php/phpnewclassdlgbase.ui | 4 ++-- 5 files changed, 25 insertions(+), 25 deletions(-) (limited to 'languages/php') 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) diff --git a/languages/php/doc/php.toc b/languages/php/doc/php.toc index f3feeef8..57a096d2 100644 --- a/languages/php/doc/php.toc +++ b/languages/php/doc/php.toc @@ -806,7 +806,7 @@ - + @@ -4026,7 +4026,7 @@ - + @@ -4648,7 +4648,7 @@ - + @@ -4706,7 +4706,7 @@ - + @@ -5288,7 +5288,7 @@ - + @@ -5356,10 +5356,10 @@ - - - - + + + + @@ -5625,8 +5625,8 @@ - - + + @@ -5696,7 +5696,7 @@ - + @@ -5727,7 +5727,7 @@ - + @@ -6856,7 +6856,7 @@ - + diff --git a/languages/php/phpconfigwidgetbase.ui b/languages/php/phpconfigwidgetbase.ui index 0c926873..962ac2a9 100644 --- a/languages/php/phpconfigwidgetbase.ui +++ b/languages/php/phpconfigwidgetbase.ui @@ -556,6 +556,6 @@ the internal web browser. Please make sure that the webserver was compiled with slotPHPIniButtonClicked() slotZendButtonClicked() - - + + diff --git a/languages/php/phpinfodlg.ui b/languages/php/phpinfodlg.ui index 5d048211..c4f26dfb 100644 --- a/languages/php/phpinfodlg.ui +++ b/languages/php/phpinfodlg.ui @@ -82,6 +82,6 @@ kdialog.h - - + + diff --git a/languages/php/phpnewclassdlgbase.ui b/languages/php/phpnewclassdlgbase.ui index 5084fb51..5ddb336a 100644 --- a/languages/php/phpnewclassdlgbase.ui +++ b/languages/php/phpnewclassdlgbase.ui @@ -193,8 +193,8 @@ class CLASSNAME extends BASECLASS { klineedit.h kdialog.h - - + + klineedit.h -- cgit v1.2.3