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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/kernel/tqclipboard.cpp b/experimental/tqtinterface/qt4/src/kernel/tqclipboard.cpp
index 9c7a318fe..4c2b3415a 100644
--- a/experimental/tqtinterface/qt4/src/kernel/tqclipboard.cpp
+++ b/experimental/tqtinterface/qt4/src/kernel/tqclipboard.cpp
@@ -257,7 +257,7 @@ void TQClipboard::setData(QMimeSource *source, Mode mode)
// Copy text from the clipboard (paste)
TQString text = cb->text(TQClipboard::Clipboard);
if ( !text.isNull() )
- qDebug( "The clipboard tqcontains: " + text );
+ qDebug( "The clipboard contains: " + text );
// Copy text into the clipboard
cb->setText( "This text can be pasted by other programs",
@@ -507,7 +507,7 @@ void TQClipboard::setText( const TQString &text )
/*!
Returns the clipboard image, or returns a null image if the
- clipboard does not contain an image or if it tqcontains an image in
+ clipboard does not contain an image or if it contains an image in
an unsupported image format.
The \a mode argument is used to control which part of the system