summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqclipboard.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqclipboard.3qt')
-rw-r--r--doc/man/man3/tqclipboard.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqclipboard.3qt b/doc/man/man3/tqclipboard.3qt
index a837a697b..2e493bc90 100644
--- a/doc/man/man3/tqclipboard.3qt
+++ b/doc/man/man3/tqclipboard.3qt
@@ -136,7 +136,7 @@ Example:
.br
.fi
.PP
-QClipboard features some convenience functions to access common data types: setText() allows the exchange of Unicode text and setPixmap() and setImage() allows the exchange of QPixmaps and QImages between applications. The setData() function is the ultimate in flexibility: it allows you to add any QMimeSource into the clipboard. There are corresponding getters for each of these, e.g. text(), image() and pixmap().
+QClipboard features some convenience functions to access common data types: setText() allows the exchange of Unicode text and setPixmap() and setImage() allows the exchange of QPixmaps and TQImages between applications. The setData() function is the ultimate in flexibility: it allows you to add any QMimeSource into the clipboard. There are corresponding getters for each of these, e.g. text(), image() and pixmap().
.PP
You can clear the clipboard by calling clear().
.SH "Platform Specific Information"
@@ -257,7 +257,7 @@ This is shorthand for:
.PP
.nf
.br
- setData( new QImageDrag(image), mode )
+ setData( new TQImageDrag(image), mode )
.br
.fi
.PP