diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-25 15:36:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
commit | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (patch) | |
tree | 0ef68a6a92087957855c7607ac176821d10d049d /examples/demo/textdrawing | |
parent | 7b1d2ad2df8cd011b487c43336aa67639fa359c9 (diff) | |
download | tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.tar.gz tqt3-0917fbb5387978eb7b2e2fd68bcb6beaa8c46505.zip |
Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/demo/textdrawing')
-rw-r--r-- | examples/demo/textdrawing/example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index d492428e4..b0c7c1984 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -94,7 +94,7 @@ corner (both lines being flush with the right side of the label): </pre> <p>A TQLabel is often used as a label for another, interactive widget. For this use, TQLabel provides a handy mechanism for adding -an accelerator key (see <a href="ntqaccel.html">TQAccel</a>) that will set the keyboard focus to +an accelerator key (see <a href="tqaccel.html">TQAccel</a>) that will set the keyboard focus to the other widget (called the TQLabel's "buddy"). Example: <p><pre> <a href="tqlineedit.html">TQLineEdit</a>* phoneEdit = new <a href="tqlineedit.html">TQLineEdit</a>( this, "phoneEdit" ); <a href="tqlabel.html">TQLabel</a>* phoneLabel = new <a href="tqlabel.html">TQLabel</a>( phoneEdit, "&Phone:", this, "phoneLabel" ); @@ -235,7 +235,7 @@ left of its data entry widget (its "buddy"), somewhat like this: presses Alt-N, and to the Phone field when the user presses Alt-P. <p>To unset a previously set buddy, call this function with <em>buddy</em> set to 0. -<p>See also <a href="#123954">buddy</a>(), <a href="#dffb43">setText</a>(), <a href="ntqaccel.html">TQAccel</a> and <a href="#1f406e">setAlignment</a>(). +<p>See also <a href="#123954">buddy</a>(), <a href="#dffb43">setText</a>(), <a href="tqaccel.html">TQAccel</a> and <a href="#1f406e">setAlignment</a>(). <p>Examples: <a href="layout-layout-cpp.html#setBuddy">layout/layout.cpp</a> <h3 class="fn">void <a name="ed9b8b"></a>TQLabel::setIndent ( int indent )</h3> |