diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | f24ac211b8e67f545e757a50da4a00252d092869 (patch) | |
tree | 113a9b3b91d929b658082587b6e10f647570f775 /src/notedrag.cpp | |
parent | 2ebe91d378b798914b9fd5e741f81bac4ab3ef08 (diff) | |
download | basket-f24ac211b8e67f545e757a50da4a00252d092869.tar.gz basket-f24ac211b8e67f545e757a50da4a00252d092869.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 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; |