summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/phpwriter.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 10:00:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 10:00:09 -0600
commit3b34e5cf56262c9f54a3bcf02ee5ad93ca0fb05b (patch)
tree4405f233f4b0eee7f4ad3d265a5584c9ce681011 /umbrello/umbrello/codegenerators/phpwriter.cpp
parentd6331f1b56eb6dca7a1950658b2932f208015da0 (diff)
downloadtdesdk-3b34e5cf56262c9f54a3bcf02ee5ad93ca0fb05b.tar.gz
tdesdk-3b34e5cf56262c9f54a3bcf02ee5ad93ca0fb05b.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit d6331f1b56eb6dca7a1950658b2932f208015da0.
Diffstat (limited to 'umbrello/umbrello/codegenerators/phpwriter.cpp')
-rw-r--r--umbrello/umbrello/codegenerators/phpwriter.cpp32
1 files changed, 16 insertions, 16 deletions
diff --git a/umbrello/umbrello/codegenerators/phpwriter.cpp b/umbrello/umbrello/codegenerators/phpwriter.cpp
index e589b661..f7e1e76e 100644
--- a/umbrello/umbrello/codegenerators/phpwriter.cpp
+++ b/umbrello/umbrello/codegenerators/phpwriter.cpp
@@ -18,7 +18,7 @@
#include <kdebug.h>
#include <tqregexp.h>
-#include <textstream.h>
+#include <tqtextstream.h>
#include "../umldoc.h"
#include "../classifier.h"
@@ -171,7 +171,7 @@ static const char *words[] =
"checkout",
"chgrp",
"child_nodes",
- "children",
+ "tqchildren",
"chmod",
"chop",
"chown",
@@ -758,8 +758,8 @@ static const char *words[] =
"getrusage",
"getservbyname",
"getservbyport",
- "getshape1",
- "getshape2",
+ "gettqshape1",
+ "gettqshape2",
"gettext",
"gettimeofday",
"gettype",
@@ -2700,7 +2700,7 @@ static const char *words[] =
"SWFDisplayItem",
"swf_endbutton",
"swf_enddoaction",
- "swf_endshape",
+ "swf_endtqshape",
"swf_endsymbol",
"SWFFill",
"SWFFont",
@@ -2734,21 +2734,21 @@ static const char *words[] =
"swf_setfont",
"swf_setframe",
"SWFShape",
- "swf_shapearc",
- "swf_shapecurveto",
- "swf_shapecurveto3",
- "swf_shapefillbitmapclip",
- "swf_shapefillbitmaptile",
- "swf_shapefilloff",
- "swf_shapefillsolid",
- "swf_shapelinesolid",
- "swf_shapelineto",
- "swf_shapemoveto",
+ "swf_tqshapearc",
+ "swf_tqshapecurveto",
+ "swf_tqshapecurveto3",
+ "swf_tqshapefillbitmapclip",
+ "swf_tqshapefillbitmaptile",
+ "swf_tqshapefilloff",
+ "swf_tqshapefillsolid",
+ "swf_tqshapelinesolid",
+ "swf_tqshapelineto",
+ "swf_tqshapemoveto",
"swf_showframe",
"SWFSprite",
"swf_startbutton",
"swf_startdoaction",
- "swf_startshape",
+ "swf_starttqshape",
"swf_startsymbol",
"SWFText",
"SWFTextField",