diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:23:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:23:31 -0600 |
commit | 36b1e019b76f39cca8fc81f6d4df544f1c94c179 (patch) | |
tree | 3ca2f4886d1a2810b952164dd1b0f3e92ef6bf3a /poxml | |
parent | f78838f2f736acc2b235d8b680f3379a07a6d372 (diff) | |
download | tdesdk-36b1e019b76f39cca8fc81f6d4df544f1c94c179.tar.gz tdesdk-36b1e019b76f39cca8fc81f6d4df544f1c94c179.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'poxml')
-rw-r--r-- | poxml/lauri.po | 2 | ||||
-rw-r--r-- | poxml/lauri.xml | 4 | ||||
-rw-r--r-- | poxml/parser.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/poxml/lauri.po b/poxml/lauri.po index c28eeb2f..6384835c 100644 --- a/poxml/lauri.po +++ b/poxml/lauri.po @@ -299,7 +299,7 @@ msgstr "Der schlimme Teil" msgid "Ending Text:" msgstr "Ende:" -#. Tag: literaltqlayout +#. Tag: literallayout #: lauri.xml:143 #, no-c-format msgid "" diff --git a/poxml/lauri.xml b/poxml/lauri.xml index 35448f0c..18a1e08a 100644 --- a/poxml/lauri.xml +++ b/poxml/lauri.xml @@ -165,7 +165,7 @@ editor.</action></para> <para> Ending Text: -<literaltqlayout> +<literallayout> Matthias Hoelzer KDE-Verein i.G. Account-Nr. 2798296 @@ -180,7 +180,7 @@ SWIFT-Address: BYLA DE 77 print "$b4 /path/to/KDE/libs/libpng.a $af\n"; \ you see it here whereever -</literaltqlayout> +</literallayout> </para> <para> <screen> diff --git a/poxml/parser.cpp b/poxml/parser.cpp index e15778b6..be06d80a 100644 --- a/poxml/parser.cpp +++ b/poxml/parser.cpp @@ -44,7 +44,7 @@ static const char *cuttingtags[] = {"bridgehead", "trans_comment", "para", "titl "revdescription", "glossentry", "partinfo", "segmentedlist", "segtitle", "seg", "seglistitem", "screenco", 0}; -static const char *literaltags[] = {"literaltqlayout", "synopsis", "screen", +static const char *literaltags[] = {"literallayout", "synopsis", "screen", "programlisting", 0}; bool StructureParser::fatalError ( const TQXmlParseException &e ) |