diff options
Diffstat (limited to 'doc/html/tutorial1-08.html')
-rw-r--r-- | doc/html/tutorial1-08.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial1-08.html b/doc/html/tutorial1-08.html index c276d5411..a01d71a26 100644 --- a/doc/html/tutorial1-08.html +++ b/doc/html/tutorial1-08.html @@ -94,7 +94,7 @@ function using <a href="ntqapplication.html#qInstallMsgHandler">::qInstallMsgHan </pre> <p> CannonField inherits <a href="tqwidget.html">TQWidget</a>, and we use the same idiom as for LCDRange. <p> <pre> int angle() const { return ang; } - <a href="ntqsizepolicy.html">TQSizePolicy</a> sizePolicy() const; + <a href="tqsizepolicy.html">TQSizePolicy</a> sizePolicy() const; public slots: void setAngle( int degrees ); |