summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/kernel/tqclipboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/kernel/tqclipboard.cpp')
-rw-r--r--experimental/tqtinterface/qt4/src/kernel/tqclipboard.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/experimental/tqtinterface/qt4/src/kernel/tqclipboard.cpp b/experimental/tqtinterface/qt4/src/kernel/tqclipboard.cpp
index 4c2b3415a..045e1f62b 100644
--- a/experimental/tqtinterface/qt4/src/kernel/tqclipboard.cpp
+++ b/experimental/tqtinterface/qt4/src/kernel/tqclipboard.cpp
@@ -336,8 +336,8 @@ void TQClipboard::setData(QMimeSource *source, Mode mode)
more than one object to represent it is almost certainly an error.
*/
-TQClipboard::TQClipboard( TQObject *tqparent, const char *name )
- : TQObject( tqparent, name )
+TQClipboard::TQClipboard( TQObject *parent, const char *name )
+ : TQObject( parent, name )
{
// nothing
}
@@ -583,7 +583,7 @@ void TQClipboard::setImage( const TQImage &image )
contain a pixmap. Note that this can lose information. For
example, if the image is 24-bit and the display is 8-bit, the
result is converted to 8 bits, and if the image has an alpha
- channel, the result just has a tqmask.
+ channel, the result just has a mask.
The \a mode argument is used to control which part of the system
clipboard is used. If \a mode is TQClipboard::Clipboard, the
@@ -695,7 +695,7 @@ TQMimeSource *TQClipboard::data() const
The TQDragObject subclasses are reasonable objects to put into the
clipboard (but do not try to call TQDragObject::drag() on the same
object). Any TQDragObject placed in the clipboard should have a
- tqparent of 0. Do not put TQDragMoveEvent or TQDropEvent subclasses in
+ parent of 0. Do not put TQDragMoveEvent or TQDropEvent subclasses in
the clipboard, as they do not belong to the event handler which
receives them.