summaryrefslogtreecommitdiffstats
path: root/src/notedrag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notedrag.h')
-rw-r--r--src/notedrag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notedrag.h b/src/notedrag.h
index 3482c01..eeff237 100644
--- a/src/notedrag.h
+++ b/src/notedrag.h
@@ -60,12 +60,12 @@ class NoteDrag
static void serializeImage( NoteSelection *noteList, KMultipleDrag *multipleDrag );
static void serializeLinks( NoteSelection *noteList, KMultipleDrag *multipleDrag, bool cutting );
static void setFeedbackPixmap( NoteSelection *noteList, KMultipleDrag *multipleDrag );
- static Note* decodeHierarchy(TQDataStream &stream, Basket *tqparent, bool moveFiles, bool moveNotes, Basket *originalBasket);
+ static Note* decodeHierarchy(TQDataStream &stream, Basket *parent, bool moveFiles, bool moveNotes, Basket *originalBasket);
public:
static TQPixmap feedbackPixmap(NoteSelection *noteList);
static TQDragObject* dragObject(NoteSelection *noteList, bool cutting, TQWidget *source = 0);
static bool canDecode(TQMimeSource *source);
- static Note* decode(TQMimeSource *source, Basket *tqparent, bool moveFiles, bool moveNotes);
+ static Note* decode(TQMimeSource *source, Basket *parent, bool moveFiles, bool moveNotes);
static Basket* basketOf(TQMimeSource *source);
static TQValueList<Note*> notesOf(TQMimeSource *source);
static void createAndEmptyCuttingTmpFolder();