diff options
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); |