diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-13 13:15:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-13 13:15:14 -0600 |
commit | 735d75d6ce19269dc5faa00abc8f88ff30ce2f23 (patch) | |
tree | 4e85ad9cc0479892232125234c6b71c4f17ac611 /filters/kword | |
parent | b180811d9a814c638032f77aaf02e84a3126328c (diff) | |
download | koffice-735d75d6ce19269dc5faa00abc8f88ff30ce2f23.tar.gz koffice-735d75d6ce19269dc5faa00abc8f88ff30ce2f23.zip |
Fix inadvertent TQt string conversions
This closes Bug 782
Diffstat (limited to 'filters/kword')
-rw-r--r-- | filters/kword/mswrite/structures_generated.h | 2 | ||||
-rw-r--r-- | filters/kword/pdf/xpdf/xpdf/XPDFTree.cc | 2 | ||||
-rw-r--r-- | filters/kword/starwriter/status.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/filters/kword/mswrite/structures_generated.h b/filters/kword/mswrite/structures_generated.h index feb0f563..c57ad4aa 100644 --- a/filters/kword/mswrite/structures_generated.h +++ b/filters/kword/mswrite/structures_generated.h @@ -70,7 +70,7 @@ namespace MSWrite // // Structure Fields: // - // name #RETQUIRED + // name #REQUIRED // type #IMPLIED "Word" // default #IMPLIED "" // description #IMPLIED "" (also valid for Structures) diff --git a/filters/kword/pdf/xpdf/xpdf/XPDFTree.cc b/filters/kword/pdf/xpdf/xpdf/XPDFTree.cc index 8f5baeb5..46e5466c 100644 --- a/filters/kword/pdf/xpdf/xpdf/XPDFTree.cc +++ b/filters/kword/pdf/xpdf/xpdf/XPDFTree.cc @@ -142,7 +142,7 @@ externaldef(xpdftreeclassrec) XPDFTreeClassRec xpdfTreeClassRec = { XtNumber(actions), // num_actions resources, // resources XtNumber(resources), // num_resources - NULLTQUARK, // xrm_class + NULLQUARK, // xrm_class TRUE, // compress_motion XtExposeCompressMaximal, // compress_exposure TRUE, // compress_enterleave diff --git a/filters/kword/starwriter/status.html b/filters/kword/starwriter/status.html index d7667e6c..c6656c9c 100644 --- a/filters/kword/starwriter/status.html +++ b/filters/kword/starwriter/status.html @@ -3,7 +3,7 @@ <HTML> <HEAD> <TITLE>StarWriter 5.x filter for KWord</TITLE> - <META HTTP-ETQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="GENERATOR" CONTENT="Quanta Plus"> </HEAD> <BODY> |