diff options
Diffstat (limited to 'doc/html/t12-lcdrange-cpp.html')
-rw-r--r-- | doc/html/t12-lcdrange-cpp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/t12-lcdrange-cpp.html b/doc/html/t12-lcdrange-cpp.html index 32bc0135e..ab11acc58 100644 --- a/doc/html/t12-lcdrange-cpp.html +++ b/doc/html/t12-lcdrange-cpp.html @@ -46,7 +46,7 @@ body { background: #ffffff; color: black; } <a name="f67"></a>LCDRange::LCDRange( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) - : <a href="ntqvbox.html">TQVBox</a>( parent, name ) + : <a href="tqvbox.html">TQVBox</a>( parent, name ) { init(); } @@ -54,7 +54,7 @@ body { background: #ffffff; color: black; } LCDRange::LCDRange( const char *s, TQWidget *parent, const char *name ) - : <a href="ntqvbox.html">TQVBox</a>( parent, name ) + : <a href="tqvbox.html">TQVBox</a>( parent, name ) { init(); setText( s ); |