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 /kpresenter/global.h | |
parent | b180811d9a814c638032f77aaf02e84a3126328c (diff) | |
download | koffice-735d75d6ce19269dc5faa00abc8f88ff30ce2f23.tar.gz koffice-735d75d6ce19269dc5faa00abc8f88ff30ce2f23.zip |
Fix inadvertent TQt string conversions
This closes Bug 782
Diffstat (limited to 'kpresenter/global.h')
-rw-r--r-- | kpresenter/global.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/global.h b/kpresenter/global.h index 656f6735..01f80728 100644 --- a/kpresenter/global.h +++ b/kpresenter/global.h @@ -66,7 +66,7 @@ enum ObjType { OT_GROUP = 10, OT_FREEHAND = 11, OT_POLYLINE = 12, - OT_TQUADRICBEZIERCURVE = 13, + OT_QUADRICBEZIERCURVE = 13, OT_CUBICBEZIERCURVE = 14, OT_POLYGON = 15, OT_CLOSED_LINE = 16 @@ -258,7 +258,7 @@ enum ToolEditMode { INS_AUTOFORM = 10, INS_FREEHAND = 11, INS_POLYLINE = 12, - INS_TQUADRICBEZIERCURVE = 13, + INS_QUADRICBEZIERCURVE = 13, INS_CUBICBEZIERCURVE = 14, INS_POLYGON = 15, INS_PICTURE = 16, @@ -267,7 +267,7 @@ enum ToolEditMode { TEM_ZOOM = 19, INS_CLOSED_FREEHAND = 20, INS_CLOSED_POLYLINE = 21, - INS_CLOSED_TQUADRICBEZIERCURVE = 22, + INS_CLOSED_QUADRICBEZIERCURVE = 22, INS_CLOSED_CUBICBEZIERCURVE = 23 }; |