diff options
Diffstat (limited to 'src/kernel/qclipboard.cpp')
-rw-r--r-- | src/kernel/qclipboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qclipboard.cpp b/src/kernel/qclipboard.cpp index 32da6a764..77b1235e7 100644 --- a/src/kernel/qclipboard.cpp +++ b/src/kernel/qclipboard.cpp @@ -72,7 +72,7 @@ // Copy text from the clipboard (paste) TQString text = cb->text(TQClipboard::Clipboard); if ( !text.isNull() ) - qDebug( "The clipboard contains: " + text ); + tqDebug( "The clipboard contains: " + text ); // Copy text into the clipboard cb->setText( "This text can be pasted by other programs", |