diff options
Diffstat (limited to 'doc/html')
| -rw-r--r-- | doc/html/tqfontmetrics-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqfontmetrics-h.html b/doc/html/tqfontmetrics-h.html index a1428be44..dc5fd3f15 100644 --- a/doc/html/tqfontmetrics-h.html +++ b/doc/html/tqfontmetrics-h.html @@ -114,7 +114,7 @@ public: int width( char c ) const { return width( (TQChar) c ); } #endif - int charWidth( const TQString &str, int pos ) const; + int charWidth( const TQString &str, int pos ) const; TQRect boundingRect( const TQString &, int len = -1 ) const; TQRect boundingRect( TQChar ) const; TQRect boundingRect( int x, int y, int w, int h, int flags, |
