diff options
Diffstat (limited to 'doc/html/motif-walkthrough-8.html')
-rw-r--r-- | doc/html/motif-walkthrough-8.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/motif-walkthrough-8.html b/doc/html/motif-walkthrough-8.html index c87c11471..886c3c91f 100644 --- a/doc/html/motif-walkthrough-8.html +++ b/doc/html/motif-walkthrough-8.html @@ -50,7 +50,7 @@ and code will need to be modified or rewritten. New code must be written in a way that maintains compatibility with previous versions of our application. <p> </ul> -<p> <li> We can write a new <a href="ntqwidget.html">TQWidget</a> subclass that is identical to the <tt>XmNotebook</tt> widget class. +<p> <li> We can write a new <a href="tqwidget.html">TQWidget</a> subclass that is identical to the <tt>XmNotebook</tt> widget class. <p> <ul> <p> <li> Advantages - The existing data structures will not change, allowing compatibility with previous and future versions. |