diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-08 17:25:01 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-08 17:25:01 -0600 |
commit | 4c817db1ccaf48d5e32fe8ae200e8397944ac0e9 (patch) | |
tree | ef3beea8ef2e56fd3e1b86f2370d4a04005bc205 /src/notedrag.cpp | |
parent | 2675803beb7f14566f6a0a202be0b4cc0af386f2 (diff) | |
download | basket-4c817db1ccaf48d5e32fe8ae200e8397944ac0e9.tar.gz basket-4c817db1ccaf48d5e32fe8ae200e8397944ac0e9.zip |
Update XDG mimetypes.
Diffstat (limited to 'src/notedrag.cpp')
-rw-r--r-- | src/notedrag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notedrag.cpp b/src/notedrag.cpp index f7b6931..f139652 100644 --- a/src/notedrag.cpp +++ b/src/notedrag.cpp @@ -252,7 +252,7 @@ void NoteDrag::serializeLinks(NoteSelection *noteList, KMultipleDrag *multipleDr if (cutting) { TQByteArray arrayCut(2); - TQStoredDrag *storedDragCut = new TQStoredDrag("application/x-kde-cutselection"); + TQStoredDrag *storedDragCut = new TQStoredDrag("application/x-tde-cutselection"); arrayCut[0] = '1'; arrayCut[1] = 0; storedDragCut->setEncodedData(arrayCut); |