diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 00:25:47 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-03 19:30:05 +0200 |
commit | e842e1de9df9b2d1ec2bea9c6a12f6371cd82ffa (patch) | |
tree | 33332ec7fb974491bc57aa4ed326407792a44f61 /kpovmodeler/pmscanner.cpp | |
parent | b93ebd692de461b59ce2db6181b08d736d37a423 (diff) | |
download | tdegraphics-e842e1de9df9b2d1ec2bea9c6a12f6371cd82ffa.tar.gz tdegraphics-e842e1de9df9b2d1ec2bea9c6a12f6371cd82ffa.zip |
Fix inadvertent "TQ" changes.
(cherry picked from commit ca4b0c6d6aef469eede468b405ea89e119da3626)
Diffstat (limited to 'kpovmodeler/pmscanner.cpp')
-rw-r--r-- | kpovmodeler/pmscanner.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kpovmodeler/pmscanner.cpp b/kpovmodeler/pmscanner.cpp index d85fa3fb..c90c9728 100644 --- a/kpovmodeler/pmscanner.cpp +++ b/kpovmodeler/pmscanner.cpp @@ -304,13 +304,13 @@ PMReservedWordDict::PMReservedWordDict( PMDictMode mode ) insert( "prism", new int( PRISM_TOK ) ); insert( "projected_through", new int( PROJECTED_THROUGH_TOK ) ); insert( "pwr", new int( PWR_TOK ) ); - insert( "quadratic_spline", new int( TQUADRATIC_SPLINE_TOK ) ); - insert( "quadric", new int( TQUADRIC_TOK ) ); - insert( "quartic", new int( TQUARTIC_TOK ) ); - insert( "quaternion", new int( TQUATERNION_TOK ) ); - insert( "quick_color", new int( TQUICK_COLOR_TOK ) ); - insert( "quick_colour", new int( TQUICK_COLOUR_TOK ) ); - insert( "quilted", new int( TQUILTED_TOK ) ); + insert( "quadratic_spline", new int( QUADRATIC_SPLINE_TOK ) ); + insert( "quadric", new int( QUADRIC_TOK ) ); + insert( "quartic", new int( QUARTIC_TOK ) ); + insert( "quaternion", new int( QUATERNION_TOK ) ); + insert( "quick_color", new int( QUICK_COLOR_TOK ) ); + insert( "quick_colour", new int( QUICK_COLOUR_TOK ) ); + insert( "quilted", new int( QUILTED_TOK ) ); insert( "radial", new int( RADIAL_TOK ) ); insert( "radians", new int( RADIANS_TOK ) ); insert( "radiosity", new int( RADIOSITY_TOK ) ); |