summaryrefslogtreecommitdiffstats
path: root/src/notedrag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notedrag.cpp')
-rw-r--r--src/notedrag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notedrag.cpp b/src/notedrag.cpp
index 7d3d80a..b177e68 100644
--- a/src/notedrag.cpp
+++ b/src/notedrag.cpp
@@ -68,7 +68,7 @@ TQDragObject* NoteDrag::dragObject(NoteSelection *noteList, bool cutting, TQWidg
// Then a list of pointers to all notes, and tqparent groups:
for (NoteSelection *node = noteList->firstStacked(); node; node = node->nextStacked())
stream << (TQ_UINT64)(node->note);
- TQValueList<Note*> groups = noteList->tqparentGroups();
+ TQValueList<Note*> groups = noteList->parentGroups();
for (TQValueList<Note*>::iterator it = groups.begin(); it != groups.end(); ++it)
stream << (TQ_UINT64)(*it);
stream << (TQ_UINT64)0;