summaryrefslogtreecommitdiffstats
path: root/src/kernel/qclipboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qclipboard.cpp')
-rw-r--r--src/kernel/qclipboard.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/kernel/qclipboard.cpp b/src/kernel/qclipboard.cpp
index 0008f9a34..4b0c4450e 100644
--- a/src/kernel/qclipboard.cpp
+++ b/src/kernel/qclipboard.cpp
@@ -244,7 +244,7 @@ TQString TQClipboard::text( TQCString &subtype, Mode mode ) const
TQClipboard::text() function which takes a TQClipboard::Mode
argument. The value of the mode argument is determined by the
return value of selectionModeEnabled(). If selectionModeEnabled()
- returns TRUE, the mode argument is TQClipboard::Selection,
+ returns true, the mode argument is TQClipboard::Selection,
otherwise the mode argument is TQClipboard::Clipboard.
*/
// ### remove 4.0
@@ -277,7 +277,7 @@ TQString TQClipboard::text( Mode mode ) const
This function uses the TQClipboard::text() function which takes
a TQClipboard::Mode argument. The value of the mode argument is
determined by the return value of selectionModeEnabled().
- If selectionModeEnabled() returns TRUE, the mode argument is
+ If selectionModeEnabled() returns true, the mode argument is
TQClipboard::Selection, otherwise the mode argument is
TQClipboard::Clipboard.
*/
@@ -310,7 +310,7 @@ void TQClipboard::setText( const TQString &text, Mode mode )
This function uses the TQClipboard::setText() function which takes
a TQClipboard::Mode argument. The value of the mode argument is
determined by the return value of selectionModeEnabled().
- If selectionModeEnabled() returns TRUE, the mode argument is
+ If selectionModeEnabled() returns true, the mode argument is
TQClipboard::Selection, otherwise the mode argument is
TQClipboard::Clipboard.
*/
@@ -346,7 +346,7 @@ TQImage TQClipboard::image( Mode mode ) const
This function uses the TQClipboard::image() function which takes
a TQClipboard::Mode argument. The value of the mode argument is
determined by the return value of selectionModeEnabled().
- If selectionModeEnabled() returns TRUE, the mode argument is
+ If selectionModeEnabled() returns true, the mode argument is
TQClipboard::Selection, otherwise the mode argument is
TQClipboard::Clipboard.
*/
@@ -383,7 +383,7 @@ void TQClipboard::setImage( const TQImage &image, Mode mode )
This function uses the TQClipboard::setImage() function which takes
a TQClipboard::Mode argument. The value of the mode argument is
determined by the return value of selectionModeEnabled().
- If selectionModeEnabled() returns TRUE, the mode argument is
+ If selectionModeEnabled() returns true, the mode argument is
TQClipboard::Selection, otherwise the mode argument is
TQClipboard::Clipboard.
*/
@@ -421,7 +421,7 @@ TQPixmap TQClipboard::pixmap( Mode mode ) const
This function uses the TQClipboard::pixmap() function which takes
a TQClipboard::Mode argument. The value of the mode argument is
determined by the return value of selectionModeEnabled().
- If selectionModeEnabled() returns TRUE, the mode argument is
+ If selectionModeEnabled() returns true, the mode argument is
TQClipboard::Selection, otherwise the mode argument is
TQClipboard::Clipboard.
*/
@@ -456,7 +456,7 @@ void TQClipboard::setPixmap( const TQPixmap &pixmap, Mode mode )
This function uses the TQClipboard::setPixmap() function which takes
a TQClipboard::Mode argument. The value of the mode argument is
determined by the return value of selectionModeEnabled().
- If selectionModeEnabled() returns TRUE, the mode argument is
+ If selectionModeEnabled() returns true, the mode argument is
TQClipboard::Selection, otherwise the mode argument is
TQClipboard::Clipboard.
*/
@@ -486,7 +486,7 @@ void TQClipboard::setPixmap( const TQPixmap &pixmap )
This function uses the TQClipboard::data() function which takes
a TQClipboard::Mode argument. The value of the mode argument is
determined by the return value of selectionModeEnabled().
- If selectionModeEnabled() returns TRUE, the mode argument is
+ If selectionModeEnabled() returns true, the mode argument is
TQClipboard::Selection, otherwise the mode argument is
TQClipboard::Clipboard.
*/
@@ -526,7 +526,7 @@ TQMimeSource *TQClipboard::data() const
This function uses the TQClipboard::setData() function which takes
a TQClipboard::Mode argument. The value of the mode argument is
determined by the return value of selectionModeEnabled().
- If selectionModeEnabled() returns TRUE, the mode argument is
+ If selectionModeEnabled() returns true, the mode argument is
TQClipboard::Selection, otherwise the mode argument is
TQClipboard::Clipboard.
*/
@@ -554,7 +554,7 @@ void TQClipboard::setData( TQMimeSource *src )
This function uses the TQClipboard::clear() function which takes
a TQClipboard::Mode argument. The value of the mode argument is
determined by the return value of selectionModeEnabled().
- If selectionModeEnabled() returns TRUE, the mode argument is
+ If selectionModeEnabled() returns true, the mode argument is
TQClipboard::Selection, otherwise the mode argument is TQClipboard::Clipboard.
*/
// ### remove 4.0