summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqapplication.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqapplication.3qt')
-rw-r--r--doc/man/man3/tqapplication.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt
index 7bdf866a5..b85395d29 100644
--- a/doc/man/man3/tqapplication.3qt
+++ b/doc/man/man3/tqapplication.3qt
@@ -999,7 +999,7 @@ If you want to iterate over the list, you should iterate over a copy, e.g.
.PP
See the plugins documentation for a description of how the library paths are used.
.PP
-See also setLibraryPaths(), addLibraryPath(), removeLibraryPath(), and QLibrary.
+See also setLibraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary.
.SH "void QApplication::lock ()"
Lock the TQt Library Mutex. If another thread has already locked the mutex, the calling thread will block until the other thread has unlocked the mutex.
.PP
@@ -1358,7 +1358,7 @@ See also globalStrut().
.SH "void QApplication::setLibraryPaths ( const TQStringList & paths )\fC [static]\fR"
Sets the list of directories to search when loading libraries to \fIpaths\fR. All existing paths will be deleted and the path list will consist of the paths given in \fIpaths\fR.
.PP
-See also libraryPaths(), addLibraryPath(), removeLibraryPath(), and QLibrary.
+See also libraryPaths(), addLibraryPath(), removeLibraryPath(), and TQLibrary.
.SH "void QApplication::setMainWidget ( TQWidget * mainWidget )\fC [virtual]\fR"
Sets the application's main widget to \fImainWidget\fR.
.PP