summaryrefslogtreecommitdiffstats
path: root/klipper/historyurlitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klipper/historyurlitem.cpp')
-rw-r--r--klipper/historyurlitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klipper/historyurlitem.cpp b/klipper/historyurlitem.cpp
index 0d54ce44c..ea8fb7ffd 100644
--- a/klipper/historyurlitem.cpp
+++ b/klipper/historyurlitem.cpp
@@ -41,7 +41,7 @@ TQMimeSource* HistoryURLItem::mimeSource() const {
KMultipleDrag* drag = new KMultipleDrag;
drag->addDragObject( new KURLDrag( urls, metaData ));
// from KonqDrag (libkonq)
- TQStoredDrag* cutdrag = new TQStoredDrag( "application/x-kde-cutselection" );
+ TQStoredDrag* cutdrag = new TQStoredDrag( "application/x-tde-cutselection" );
TQByteArray a;
TQCString s ( cut ? "1" : "0" );
a.resize( s.length() + 1 ); // trailing zero