summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqclipboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tqclipboard.cpp')
-rw-r--r--src/kernel/tqclipboard.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/kernel/tqclipboard.cpp b/src/kernel/tqclipboard.cpp
index ee476a1a5..bff4c96ec 100644
--- a/src/kernel/tqclipboard.cpp
+++ b/src/kernel/tqclipboard.cpp
@@ -243,7 +243,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
@@ -276,7 +276,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.
*/
@@ -309,7 +309,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.
*/
@@ -345,7 +345,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.
*/
@@ -382,7 +382,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.
*/
@@ -420,7 +420,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.
*/
@@ -455,7 +455,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.
*/
@@ -485,7 +485,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.
*/
@@ -525,7 +525,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.
*/
@@ -553,7 +553,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