diff options
Diffstat (limited to 'doc/man/man3/qpixmapcache.3qt')
-rw-r--r-- | doc/man/man3/qpixmapcache.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qpixmapcache.3qt b/doc/man/man3/qpixmapcache.3qt index fd88ee1e4..6a0d98af1 100644 --- a/doc/man/man3/qpixmapcache.3qt +++ b/doc/man/man3/qpixmapcache.3qt @@ -9,7 +9,7 @@ .SH NAME QPixmapCache \- Application-global cache for pixmaps .SH SYNOPSIS -\fC#include <qpixmapcache.h>\fR +\fC#include <ntqpixmapcache.h>\fR .PP .SS "Static Public Members" <li class=fn>int \fBcacheLimit\fR () <li class=fn>void \fBsetCacheLimit\fR ( int n ) <li class=fn>QPixmap * \fBfind\fR ( const QString & key ) <li class=fn>bool \fBfind\fR ( const QString & key, QPixmap & pm ) <li class=fn>bool insert ( const QString & key, QPixmap * pm ) \fI(obsolete)\fR <li class=fn>bool \fBinsert\fR ( const QString & key, const QPixmap & pm ) <li class=fn>void \fBremove\fR ( const QString & key ) <li class=fn>void \fBclear\fR () @@ -120,7 +120,7 @@ The default setting is 1024 kilobytes. See also cacheLimit(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpixmapcache.html +.BR http://doc.trolltech.com/ntqpixmapcache.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |