diff options
Diffstat (limited to 'doc/html/splitter-example.html')
-rw-r--r-- | doc/html/splitter-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/splitter-example.html b/doc/html/splitter-example.html index e7d51b5f7..efa3be1cc 100644 --- a/doc/html/splitter-example.html +++ b/doc/html/splitter-example.html @@ -123,7 +123,7 @@ int main( int argc, char ** argv ) t5-><a href="ntqwidget.html#setMinimumSize">setMinimumSize</a>( 80, 50 ); t5-><a href="ntqwidget.html#setBackgroundColor">setBackgroundColor</a>( TQt::yellow ); -#ifdef Q_WS_QWS +#ifdef TQ_WS_QWS // TQt/Embedded XOR drawing not yet implemented. <a name="x1300"></a> s1-><a href="ntqsplitter.html#setOpaqueResize">setOpaqueResize</a>( TRUE ); #endif |