summaryrefslogtreecommitdiffstats
path: root/languages/php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/php')
-rw-r--r--languages/php/data/phpfunctions8
-rw-r--r--languages/php/doc/php.toc14
-rw-r--r--languages/php/phpconfigwidget.cpp4
-rw-r--r--languages/php/phpconfigwidget.h2
-rw-r--r--languages/php/phperrorview.cpp12
-rw-r--r--languages/php/phperrorview.h2
-rw-r--r--languages/php/phpfile.cpp2
-rw-r--r--languages/php/phpnewclassdlg.cpp2
-rw-r--r--languages/php/phpnewclassdlg.h2
-rw-r--r--languages/php/phpsupportpart.cpp4
-rw-r--r--languages/php/phpsupportpart.h2
11 files changed, 27 insertions, 27 deletions
diff --git a/languages/php/data/phpfunctions b/languages/php/data/phpfunctions
index be8667f6..946dfaea 100644
--- a/languages/php/data/phpfunctions
+++ b/languages/php/data/phpfunctions
@@ -928,7 +928,7 @@ pdf:void pdf_setgray(int pdfdoc, double value)
pdf:void pdf_setrgbcolor_fill(int pdfdoc, double red, double green, double blue)
pdf:void pdf_setrgbcolor_stroke(int pdfdoc, double red, double green, double blue)
pdf:void pdf_setrgbcolor(int pdfdoc, double red, double green, double blue)
-pdf:int pdf_add_outline(int pdfdoc, string text [, int tqparent, int open]);
+pdf:int pdf_add_outline(int pdfdoc, string text [, int parent, int open]);
pdf:void pdf_set_transition(int pdfdoc, int transition)
pdf:void pdf_set_duration(int pdfdoc, double duration)
pdf:int pdf_open_gif(int pdf, string giffile)
@@ -1287,7 +1287,7 @@ file:int fseek(int fp, int offset [, int whence])
file:int mkdir(string pathname, int mode)
file:int rmdir(string dirname)
file:int readfile(string filename [, int use_include_path])
-file:int umask([int tqmask])
+file:int umask([int mask])
file:int fpassthru(int fp)
file:int rename(string old_name, string new_name)
file:int unlink(string filename)
@@ -1410,8 +1410,8 @@ reg:array spliti(string pattern, string string [, int limit])
reg:string sql_regcase(string string)
soundex:string soundex(string str)
string:string bin2hex(string data)
-string:int strspn(string str, string tqmask)
-string:int strcspn(string str, string tqmask)
+string:int strspn(string str, string mask)
+string:int strcspn(string str, string mask)
string:string rtrim(string str)
string:string chop(string str)
string:string trim(string str)
diff --git a/languages/php/doc/php.toc b/languages/php/doc/php.toc
index 7a35196d..8da066d4 100644
--- a/languages/php/doc/php.toc
+++ b/languages/php/doc/php.toc
@@ -1477,7 +1477,7 @@
<entry name="zend_thread_id" url="function.zend-thread-id.php"/>
<entry name="zend_version" url="function.zend-version.php"/>
<entry name="Runkit_Sandbox" url="runkit.sandbox.php"/>
-<entry name="Runkit_Sandbox_Parent" url="runkit.sandbox-tqparent.php"/>
+<entry name="Runkit_Sandbox_Parent" url="runkit.sandbox-parent.php"/>
<entry name="runkit_class_adopt" url="function.runkit-class-adopt.php"/>
<entry name="runkit_class_emancipate" url="function.runkit-class-emancipate.php"/>
<entry name="runkit_constant_add" url="function.runkit-constant-add.php"/>
@@ -1805,7 +1805,7 @@
<entry name="ncurses_meta" url="function.ncurses-meta.php"/>
<entry name="ncurses_mouse_trafo" url="function.ncurses-mouse-trafo.php"/>
<entry name="ncurses_mouseinterval" url="function.ncurses-mouseinterval.php"/>
-<entry name="ncurses_mousetqmask" url="function.ncurses-mousetqmask.php"/>
+<entry name="ncurses_mousemask" url="function.ncurses-mousemask.php"/>
<entry name="ncurses_move_panel" url="function.ncurses-move-panel.php"/>
<entry name="ncurses_move" url="function.ncurses-move.php"/>
<entry name="ncurses_mvaddch" url="function.ncurses-mvaddch.php"/>
@@ -4647,7 +4647,7 @@
<entry name="HaruImage::getHeight" url="function.haruimage-getheight.php"/>
<entry name="HaruImage::getSize" url="function.haruimage-getsize.php"/>
<entry name="HaruImage::getWidth" url="function.haruimage-getwidth.php"/>
-<entry name="HaruImage::setColorMask" url="function.haruimage-setcolortqmask.php"/>
+<entry name="HaruImage::setColorMask" url="function.haruimage-setcolormask.php"/>
<entry name="HaruImage::setMaskImage" url="function.haruimage-setmaskimage.php"/>
<entry name="HaruEncoder::getByteType" url="function.haruencoder-getbytetype.php"/>
<entry name="HaruEncoder::getType" url="function.haruencoder-gettype.php"/>
@@ -4689,7 +4689,7 @@
<entry name="SWFButton->setUp()" url="function.swfbutton.setup.php"/>
<entry name="SWFDisplayItem->addAction()" url="function.swfdisplayitem.addaction.php"/>
<entry name="SWFDisplayItem->addColor()" url="function.swfdisplayitem.addcolor.php"/>
-<entry name="SWFDisplayItem->endMask()" url="function.swfdisplayitem.endtqmask.php"/>
+<entry name="SWFDisplayItem->endMask()" url="function.swfdisplayitem.endmask.php"/>
<entry name="SWFDisplayItem->getRot()" url="function.swfdisplayitem.getrot.php"/>
<entry name="SWFDisplayItem->getX()" url="function.swfdisplayitem.getx.php"/>
<entry name="SWFDisplayItem->getXScale()" url="function.swfdisplayitem.getxscale.php"/>
@@ -5517,7 +5517,7 @@
<entry name="tidyNode->isJste" url="function.tidynode-isjste.php"/>
<entry name="tidyNode->isPhp" url="function.tidynode-isphp.php"/>
<entry name="tidyNode->isText" url="function.tidynode-istext.php"/>
-<entry name="tidyNode::getParent" url="function.tidynode-gettqparent.php"/>
+<entry name="tidyNode::getParent" url="function.tidynode-getparent.php"/>
<entry name="token_get_all" url="function.token-get-all.php"/>
<entry name="token_name" url="function.token-name.php"/>
<entry name="base64_decode" url="function.base64-decode.php"/>
@@ -6494,7 +6494,7 @@
<entry name="get_declared_classes" url="function.get-declared-classes.php"/>
<entry name="get_declared_interfaces" url="function.get-declared-interfaces.php"/>
<entry name="get_object_vars" url="function.get-object-vars.php"/>
-<entry name="get_parent_class" url="function.get-tqparent-class.php"/>
+<entry name="get_parent_class" url="function.get-parent-class.php"/>
<entry name="interface_exists" url="function.interface-exists.php"/>
<entry name="is_a" url="function.is-a.php"/>
<entry name="is_subclass_of" url="function.is-subclass-of.php"/>
@@ -6856,7 +6856,7 @@
<entry name="DomNode->node_type" url="function.domnode-node-type.php"/>
<entry name="DomNode->node_value" url="function.domnode-node-value.php"/>
<entry name="DomNode->owner_document" url="function.domnode-owner-document.php"/>
-<entry name="DomNode->parent_node" url="function.domnode-tqparent-node.php"/>
+<entry name="DomNode->parent_node" url="function.domnode-parent-node.php"/>
<entry name="DomNode->prefix" url="function.domnode-prefix.php"/>
<entry name="DomNode->previous_sibling" url="function.domnode-previous-sibling.php"/>
<entry name="DomNode->remove_child" url="function.domnode-remove-child.php"/>
diff --git a/languages/php/phpconfigwidget.cpp b/languages/php/phpconfigwidget.cpp
index 41f3c2fe..113defb9 100644
--- a/languages/php/phpconfigwidget.cpp
+++ b/languages/php/phpconfigwidget.cpp
@@ -16,8 +16,8 @@
using namespace std;
-PHPConfigWidget::PHPConfigWidget(PHPConfigData* data,TQWidget* tqparent, const char* name, WFlags fl )
- : PHPConfigWidgetBase( tqparent, name, fl )
+PHPConfigWidget::PHPConfigWidget(PHPConfigData* data,TQWidget* parent, const char* name, WFlags fl )
+ : PHPConfigWidgetBase( parent, name, fl )
{
configData = data;
m_phpInfo = "";
diff --git a/languages/php/phpconfigwidget.h b/languages/php/phpconfigwidget.h
index 84425de9..6fb4e926 100644
--- a/languages/php/phpconfigwidget.h
+++ b/languages/php/phpconfigwidget.h
@@ -12,7 +12,7 @@ class PHPConfigWidget : public PHPConfigWidgetBase
TQ_OBJECT
public:
- PHPConfigWidget( PHPConfigData* data,TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
+ PHPConfigWidget( PHPConfigData* data,TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~PHPConfigWidget();
public slots:
diff --git a/languages/php/phperrorview.cpp b/languages/php/phperrorview.cpp
index c21f9fdc..658812f7 100644
--- a/languages/php/phperrorview.cpp
+++ b/languages/php/phperrorview.cpp
@@ -56,13 +56,13 @@
class ProblemItem: public KListViewItem
{
public:
- ProblemItem( TQListView* tqparent, const TQString& problem,
+ ProblemItem( TQListView* parent, const TQString& problem,
const TQString& file, const TQString& line, const TQString& column )
- : KListViewItem( tqparent, problem, file, line, column ) {}
+ : KListViewItem( parent, problem, file, line, column ) {}
- ProblemItem( TQListViewItem* tqparent, const TQString& problem,
+ ProblemItem( TQListViewItem* parent, const TQString& problem,
const TQString& file, const TQString& line, const TQString& column )
- : KListViewItem( tqparent, problem, file, line, column ) {}
+ : KListViewItem( parent, problem, file, line, column ) {}
int compare( TQListViewItem* item, int column, bool ascending ) const {
if( column == 2 || column == 3 ){
@@ -77,8 +77,8 @@ public:
};
-PHPErrorView::PHPErrorView( PHPSupportPart* part, TQWidget* tqparent, const char* name )
- : TQWidget( tqparent, name ? name : "problemreporter" ),
+PHPErrorView::PHPErrorView( PHPSupportPart* part, TQWidget* parent, const char* name )
+ : TQWidget( parent, name ? name : "problemreporter" ),
m_phpSupport( part ),
m_document( 0 ),
m_markIface( 0 )
diff --git a/languages/php/phperrorview.h b/languages/php/phperrorview.h
index ec41eb51..447506d0 100644
--- a/languages/php/phperrorview.h
+++ b/languages/php/phperrorview.h
@@ -58,7 +58,7 @@ class PHPErrorView: public TQWidget {
Q_OBJECT
TQ_OBJECT
public:
- PHPErrorView( PHPSupportPart* part, TQWidget* tqparent=0, const char* name=0 );
+ PHPErrorView( PHPSupportPart* part, TQWidget* parent=0, const char* name=0 );
virtual ~PHPErrorView();
void removeAllProblems( const TQString& filename );
diff --git a/languages/php/phpfile.cpp b/languages/php/phpfile.cpp
index 3e3fbd68..974698d3 100644
--- a/languages/php/phpfile.cpp
+++ b/languages/php/phpfile.cpp
@@ -346,7 +346,7 @@ bool PHPFile::ParseReturn(TQString line, int lineNo) {
while ( it != m_vars.end() ) {
Action *p = *it++;
- if (p->tqparent() == current && p->name() == varname) {
+ if (p->parent() == current && p->name() == varname) {
rettype = p->args();
}
}
diff --git a/languages/php/phpnewclassdlg.cpp b/languages/php/phpnewclassdlg.cpp
index 2b014cfc..282e6c01 100644
--- a/languages/php/phpnewclassdlg.cpp
+++ b/languages/php/phpnewclassdlg.cpp
@@ -30,7 +30,7 @@
using namespace std;
-PHPNewClassDlg::PHPNewClassDlg(const TQStringList& baseClassNames,const TQString& directory,TQWidget *tqparent, const char *name) : PHPNewClassDlgBase(tqparent,name,true) {
+PHPNewClassDlg::PHPNewClassDlg(const TQStringList& baseClassNames,const TQString& directory,TQWidget *parent, const char *name) : PHPNewClassDlgBase(parent,name,true) {
m_filenameModified = false;
KCompletion *comp = new KCompletion();
comp->setItems(baseClassNames);
diff --git a/languages/php/phpnewclassdlg.h b/languages/php/phpnewclassdlg.h
index a5bbcb55..23f11577 100644
--- a/languages/php/phpnewclassdlg.h
+++ b/languages/php/phpnewclassdlg.h
@@ -29,7 +29,7 @@ class PHPNewClassDlg : public PHPNewClassDlgBase {
Q_OBJECT
TQ_OBJECT
public:
- PHPNewClassDlg(const TQStringList& baseClassNames,const TQString& directory,TQWidget *tqparent=0, const char *name=0);
+ PHPNewClassDlg(const TQStringList& baseClassNames,const TQString& directory,TQWidget *parent=0, const char *name=0);
~PHPNewClassDlg();
protected slots:
void classNameTextChanged(const TQString&);
diff --git a/languages/php/phpsupportpart.cpp b/languages/php/phpsupportpart.cpp
index 4d20a30b..d31bc933 100644
--- a/languages/php/phpsupportpart.cpp
+++ b/languages/php/phpsupportpart.cpp
@@ -69,8 +69,8 @@ using namespace std;
static const KDevPluginInfo data("kdevphpsupport");
K_EXPORT_COMPONENT_FACTORY( libkdevphpsupport, PHPSupportFactory( data ) )
-PHPSupportPart::PHPSupportPart(TQObject *tqparent, const char *name, const TQStringList &)
- : KDevLanguageSupport(&data, tqparent, name ? name : "PHPSupportPart")
+PHPSupportPart::PHPSupportPart(TQObject *parent, const char *name, const TQStringList &)
+ : KDevLanguageSupport(&data, parent, name ? name : "PHPSupportPart")
{
m_htmlView = 0;
m_parser = 0;
diff --git a/languages/php/phpsupportpart.h b/languages/php/phpsupportpart.h
index f2b0d79c..2d3f74a0 100644
--- a/languages/php/phpsupportpart.h
+++ b/languages/php/phpsupportpart.h
@@ -47,7 +47,7 @@ class PHPSupportPart : public KDevLanguageSupport
TQ_OBJECT
public:
- PHPSupportPart( TQObject *tqparent, const char *name, const TQStringList & );
+ PHPSupportPart( TQObject *parent, const char *name, const TQStringList & );
~PHPSupportPart();
PHPErrorView *ErrorView();