From 7d025dfef0cee534e3c973e01e98bae8fd73f41c Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 8 Nov 2013 17:30:11 -0600 Subject: Update XDG mimetypes. --- klipper/historyurlitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klipper/historyurlitem.cpp') 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 -- cgit v1.2.1