diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqlibrary.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqlibrary.html')
-rw-r--r-- | doc/html/ntqlibrary.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqlibrary.html b/doc/html/ntqlibrary.html index 37ca1586f..0527d974e 100644 --- a/doc/html/ntqlibrary.html +++ b/doc/html/ntqlibrary.html @@ -93,7 +93,7 @@ invalid. <p>See also <a href="plugins.html">Plugins</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQLibrary"></a>TQLibrary::TQLibrary ( const <a href="ntqstring.html">TQString</a> & filename ) +<h3 class=fn><a name="TQLibrary"></a>TQLibrary::TQLibrary ( const <a href="tqstring.html">TQString</a> & filename ) </h3> Creates a TQLibrary object for the shared library <em>filename</em>. The library will be unloaded in the destructor. @@ -139,14 +139,14 @@ default is TRUE. Returns TRUE if the library is loaded; otherwise returns FALSE. <p> <p>See also <a href="#unload">unload</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="library"></a>TQLibrary::library () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="library"></a>TQLibrary::library () const </h3> Returns the filename of the shared library this TQLibrary object handles, including the platform specific file extension. <p> For example: <pre> TQLibrary lib( "mylib" ); - <a href="ntqstring.html">TQString</a> str = lib.<a href="#library">library</a>(); + <a href="tqstring.html">TQString</a> str = lib.<a href="#library">library</a>(); </pre> will set <em>str</em> to "mylib.dll" on Windows, and "libmylib.so" on Linux. @@ -235,7 +235,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -<h3 class=fn>void * <a name="resolve-2"></a>TQLibrary::resolve ( const <a href="ntqstring.html">TQString</a> & filename, const char * symb )<tt> [static]</tt> +<h3 class=fn>void * <a name="resolve-2"></a>TQLibrary::resolve ( const <a href="tqstring.html">TQString</a> & filename, const char * symb )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Loads the library <em>filename</em> and returns the address of the |