diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 19:56:49 +0900 |
commit | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (patch) | |
tree | c38058d08754b389bd058a6d63f75086b49a22b1 /doc/html/ntqapplication.html | |
parent | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (diff) | |
download | tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.tar.gz tqt3-39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1.zip |
Rename remaining ntq[i-l]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r-- | doc/html/ntqapplication.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 4d4db9252..a542212bb 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -965,7 +965,7 @@ copy, e.g. <p> See the <a href="plugins-howto.html">plugins documentation</a> for a description of how the library paths are used. -<p> <p>See also <a href="#setLibraryPaths">setLibraryPaths</a>(), <a href="#addLibraryPath">addLibraryPath</a>(), <a href="#removeLibraryPath">removeLibraryPath</a>(), and <a href="ntqlibrary.html">TQLibrary</a>. +<p> <p>See also <a href="#setLibraryPaths">setLibraryPaths</a>(), <a href="#addLibraryPath">addLibraryPath</a>(), <a href="#removeLibraryPath">removeLibraryPath</a>(), and <a href="tqlibrary.html">TQLibrary</a>. <h3 class=fn>void <a name="lock"></a>TQApplication::lock () </h3> @@ -1412,7 +1412,7 @@ that may be used on touch-screens or similar IO-devices. Sets the list of directories to search when loading libraries to <em>paths</em>. All existing paths will be deleted and the path list will consist of the paths given in <em>paths</em>. -<p> <p>See also <a href="#libraryPaths">libraryPaths</a>(), <a href="#addLibraryPath">addLibraryPath</a>(), <a href="#removeLibraryPath">removeLibraryPath</a>(), and <a href="ntqlibrary.html">TQLibrary</a>. +<p> <p>See also <a href="#libraryPaths">libraryPaths</a>(), <a href="#addLibraryPath">addLibraryPath</a>(), <a href="#removeLibraryPath">removeLibraryPath</a>(), and <a href="tqlibrary.html">TQLibrary</a>. <h3 class=fn>void <a name="setMainWidget"></a>TQApplication::setMainWidget ( <a href="tqwidget.html">TQWidget</a> * mainWidget )<tt> [virtual]</tt> </h3> |