diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:24:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:24:21 -0600 |
commit | abcbb684982167791304dc2fe0bc979489506b43 (patch) | |
tree | c705baa3702ffd62398873af8131525569b1af89 /languages/php | |
parent | 7e66d7c3611d907ea28b140281b472bb1c406be6 (diff) | |
download | tdevelop-abcbb684982167791304dc2fe0bc979489506b43.tar.gz tdevelop-abcbb684982167791304dc2fe0bc979489506b43.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'languages/php')
-rw-r--r-- | languages/php/doc/php.toc | 24 | ||||
-rw-r--r-- | languages/php/phpconfigwidgetbase.ui | 6 |
2 files changed, 15 insertions, 15 deletions
diff --git a/languages/php/doc/php.toc b/languages/php/doc/php.toc index beaf83b7..5fd58ac7 100644 --- a/languages/php/doc/php.toc +++ b/languages/php/doc/php.toc @@ -557,11 +557,11 @@ <tocsect2 name="Predefined Constants" url="recode.constants.php"/> <tocsect2 name="Recode Functions" url="ref.recode.php"/> </tocsect1> -<tocsect1 name="Unicode" url="book.tqunicode.php"> - <tocsect2 name="Introduction" url="intro.tqunicode.php"/> - <tocsect2 name="Installing/Configuring" url="tqunicode.setup.php"/> - <tocsect2 name="Predefined Constants" url="tqunicode.constants.php"/> - <tocsect2 name="Unicode Functions" url="ref.tqunicode.php"/> +<tocsect1 name="Unicode" url="book.unicode.php"> + <tocsect2 name="Introduction" url="intro.unicode.php"/> + <tocsect2 name="Installing/Configuring" url="unicode.setup.php"/> + <tocsect2 name="Predefined Constants" url="unicode.constants.php"/> + <tocsect2 name="Unicode Functions" url="ref.unicode.php"/> </tocsect1> <tocsect1 name="Exif" url="book.exif.php"> <tocsect2 name="Introduction" url="intro.exif.php"/> @@ -3644,12 +3644,12 @@ <entry name="recode_file" url="function.recode-file.php"/> <entry name="recode_string" url="function.recode-string.php"/> <entry name="recode" url="function.recode.php"/> -<entry name="tqunicode_decode" url="function.tqunicode-decode.php"/> -<entry name="tqunicode_encode" url="function.tqunicode-encode.php"/> -<entry name="tqunicode_get_error_mode" url="function.tqunicode-get-error-mode.php"/> -<entry name="tqunicode_get_subst_char" url="function.tqunicode-get-subst-char.php"/> -<entry name="tqunicode_set_error_mode" url="function.tqunicode-set-error-mode.php"/> -<entry name="tqunicode_set_subst_char" url="function.tqunicode-set-subst-char.php"/> +<entry name="unicode_decode" url="function.unicode-decode.php"/> +<entry name="unicode_encode" url="function.unicode-encode.php"/> +<entry name="unicode_get_error_mode" url="function.unicode-get-error-mode.php"/> +<entry name="unicode_get_subst_char" url="function.unicode-get-subst-char.php"/> +<entry name="unicode_set_error_mode" url="function.unicode-set-error-mode.php"/> +<entry name="unicode_set_subst_char" url="function.unicode-set-subst-char.php"/> <entry name="exif_imagetype" url="function.exif-imagetype.php"/> <entry name="exif_read_data" url="function.exif-read-data.php"/> <entry name="exif_tagname" url="function.exif-tagname.php"/> @@ -6571,7 +6571,7 @@ <entry name="is_resource" url="function.is-resource.php"/> <entry name="is_scalar" url="function.is-scalar.php"/> <entry name="is_string" url="function.is-string.php"/> -<entry name="is_tqunicode" url="function.is-tqunicode.php"/> +<entry name="is_unicode" url="function.is-unicode.php"/> <entry name="isset" url="function.isset.php"/> <entry name="print_r" url="function.print-r.php"/> <entry name="serialize" url="function.serialize.php"/> diff --git a/languages/php/phpconfigwidgetbase.ui b/languages/php/phpconfigwidgetbase.ui index 535e7a95..a1da7ee1 100644 --- a/languages/php/phpconfigwidgetbase.ui +++ b/languages/php/phpconfigwidgetbase.ui @@ -351,7 +351,7 @@ the internal web browser. Please make sure that the webserver was compiled with </widget> <widget class="TQLayoutWidget"> <property name="name"> - <cstring>tqlayout7</cstring> + <cstring>layout7</cstring> </property> <hbox> <property name="name"> @@ -405,7 +405,7 @@ the internal web browser. Please make sure that the webserver was compiled with </widget> <widget class="TQLayoutWidget"> <property name="name"> - <cstring>tqlayout8</cstring> + <cstring>layout8</cstring> </property> <hbox> <property name="name"> @@ -451,7 +451,7 @@ the internal web browser. Please make sure that the webserver was compiled with </widget> <widget class="TQLayoutWidget"> <property name="name"> - <cstring>tqlayout9</cstring> + <cstring>layout9</cstring> </property> <hbox> <property name="name"> |