summaryrefslogtreecommitdiffstats
path: root/doc/html/properties.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/properties.html')
-rw-r--r--doc/html/properties.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/properties.html b/doc/html/properties.html
index aee2a5ba..fd8d56d4 100644
--- a/doc/html/properties.html
+++ b/doc/html/properties.html
@@ -194,7 +194,7 @@ achieve this using the following code:
TQ_OVERRIDE( bool autoMask DESIGNABLE true SCRIPTABLE true )
</pre>
-<p> Another example is <a href="ntqtoolbutton.html">TQToolButton</a>. By default TQToolButton has a read-only
+<p> Another example is <a href="tqtoolbutton.html">TQToolButton</a>. By default TQToolButton has a read-only
"toggleButton" property, because that's what it inherits from TQButton:
<pre>
TQ_PROPERTY( bool toggleButton READ isToggleButton )