diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kate/data/gdl.xml | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/data/gdl.xml')
-rw-r--r-- | kate/data/gdl.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kate/data/gdl.xml b/kate/data/gdl.xml index 098a50a6f..a41af14c4 100644 --- a/kate/data/gdl.xml +++ b/kate/data/gdl.xml @@ -38,7 +38,7 @@ <item> orchid </item> <item> black </item> </list> - <list name="tqshapes"> + <list name="shapes"> <item> box </item> <item> triangle </item> <item> circle </item> @@ -139,7 +139,7 @@ <RegExpr attribute="Value" context="lineid" String="(foldedge.|edge.|)linestyle *:"/> <RegExpr attribute="Value" context="lineid" String="(foldnode.|node.|)borderstyle *:"/> <RegExpr attribute="Value" context="fishid" String="view *:"/> - <RegExpr attribute="Value" context="tqshapeid" String="(foldnode.|node.|)tqshape"/> + <RegExpr attribute="Value" context="shapeid" String="(foldnode.|node.|)shape"/> <RegExpr attribute="Value" context="lquote" String="(source|target)(name|)"/> <RegExpr attribute="Value" context="lquote" String="title *:"/> <RegExpr attribute="Value" context="lquote" String="(foldnode.|node.|foldedge.|edge.|)label *:"/> @@ -150,7 +150,7 @@ <RegExpr attribute="Value" context="nodelevel" String="(foldnode.|node.|)(level|vertical_?order) *:"/> <RegExpr attribute="Value" context="intval" String="(foldnode.|node.|foldedge.|edge.|)horizontal_?order *:"/> <RegExpr attribute="Value" context="stateid" String="stat(e|us) *:"/> - <RegExpr attribute="Value" context="algid" String="tqlayout_?algorithm *:"/> + <RegExpr attribute="Value" context="algid" String="layout_?algorithm *:"/> <RegExpr attribute="Value" context="boolean" String="crossing_?optimization *:"/> <RegExpr attribute="Value" context="boolean" String="crossing_?phase2 *:"/> <RegExpr attribute="Value" context="boolean" String="(dirty_edge_|display_edge_|displayedge|late_edge_|subgraph_?)labels *:"/> @@ -158,7 +158,7 @@ <RegExpr attribute="Value" context="boolean" String="(nodes|near_?edges|edges|splines) *:"/> <RegExpr attribute="Value" context="classname" String="classname"/> <RegExpr attribute="Value" context="orient" String="orientation *:"/> - <RegExpr attribute="Value" context="nodealign" String="node_tqalignment *:"/> + <RegExpr attribute="Value" context="nodealign" String="node_alignment *:"/> <RegExpr attribute="Value" context="textmode" String="(foldnode.|node.|)textmode *:"/> <RegExpr attribute="Value" context="boolean" String="equal_y_dist *:"/> <RegExpr attribute="Value" context="boolean" String="equal_?ydist *:"/> @@ -175,7 +175,7 @@ <RegExpr attribute="Value" context="intval" String="iconcolors *:"/> <RegExpr attribute="Value" context="intval" String="hidden *:"/> <RegExpr attribute="Value" context="boolean" String="energetic *:"/> - <RegExpr attribute="Value" context="intval" String="tqlayout_(up|down|near|spline)factor *:"/> + <RegExpr attribute="Value" context="intval" String="layout_(up|down|near|spline)factor *:"/> <RegExpr attribute="Value" context="intval" String="border +(x|y) *:"/> <RegExpr attribute="Value" context="intval" String="splinefactor *:"/> <RegExpr attribute="Value" context="floatval" String="(gravity|tempfactor|treefactor) *:"/> @@ -210,8 +210,8 @@ <keyword attribute="Datatype" context="default" String="colors"/> <RegExpr attribute="Datatype" context="default" String="[0-9][0-9]?"/> </context> - <context name="tqshapeid" attribute="Normal" lineEndContext="#stay"> - <keyword attribute="Datatype" context="default" String="tqshapes"/> + <context name="shapeid" attribute="Normal" lineEndContext="#stay"> + <keyword attribute="Datatype" context="default" String="shapes"/> </context> <context name="lquote" attribute="Normal" lineEndContext="#stay"> <DetectChar attribute="String" context="string" char="""/> |