summaryrefslogtreecommitdiffstats
path: root/kio/kio/paste.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/paste.cpp')
-rw-r--r--kio/kio/paste.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/paste.cpp b/kio/kio/paste.cpp
index 37ba406f6..5a74c3e48 100644
--- a/kio/kio/paste.cpp
+++ b/kio/kio/paste.cpp
@@ -132,7 +132,7 @@ static KIO::CopyJob* chooseAndPaste( const KURL& u, TQMimeSource* data,
kdDebug() << " result=" << result << " chosenFormat=" << chosenFormat << endl;
KURL new_url( u );
new_url.addPath( result );
- // if "data" came from QClipboard, then it was deleted already - by a nice 0-seconds timer
+ // if "data" came from TQClipboard, then it was deleted already - by a nice 0-seconds timer
// In that case, get it again. Let's hope the user didn't copy something else meanwhile :/
if ( clipboard ) {
data = TQApplication::tqclipboard()->data();