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 b02d1ec..e36448e 100644 --- a/src/kernel/qclipboard.cpp +++ b/src/kernel/qclipboard.cpp @@ -72,7 +72,7 @@ // Copy text from the clipboard (paste) QString text = cb->text(QClipboard::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", |