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/historyitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klipper/historyitem.cpp') diff --git a/klipper/historyitem.cpp b/klipper/historyitem.cpp index 481339b30..e035856d7 100644 --- a/klipper/historyitem.cpp +++ b/klipper/historyitem.cpp @@ -52,7 +52,7 @@ HistoryItem* HistoryItem::create( const TQMimeSource& aSource ) TQMap metaData; if( KURLDrag::decode( &aSource, urls, metaData )) { // this is from KonqDrag (libkonq) - TQByteArray a = aSource.encodedData( "application/x-kde-cutselection" ); + TQByteArray a = aSource.encodedData( "application/x-tde-cutselection" ); bool cut = !a.isEmpty() && (a.at(0) == '1'); // true if 1 return new HistoryURLItem( urls, metaData, cut ); } -- cgit v1.2.1