summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/paste.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdeio/paste.cpp')
-rw-r--r--tdeio/tdeio/paste.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/paste.cpp b/tdeio/tdeio/paste.cpp
index 42fff5ba2..549575c29 100644
--- a/tdeio/tdeio/paste.cpp
+++ b/tdeio/tdeio/paste.cpp
@@ -181,7 +181,7 @@ TDEIO::CopyJob* TDEIO::pasteMimeSource( TQMimeSource* data, const KURL& dest_url
for ( int i = 0; ( fmt = data->format( i ) ); ++i ) {
if ( qstrcmp( fmt, "application/x-qiconlist" ) == 0 ) // see QIconDrag
continue;
- if ( qstrcmp( fmt, "application/x-kde-cutselection" ) == 0 ) // see KonqDrag
+ if ( qstrcmp( fmt, "application/x-tde-cutselection" ) == 0 ) // see KonqDrag
continue;
if ( strchr( fmt, '/' ) == 0 ) // e.g. TARGETS, MULTIPLE, TIMESTAMP
continue;