~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-updates

« back to all changes in this revision

Viewing changes to kmail/attachmentview.h

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2011-10-07 15:45:50 UTC
  • mfrom: (0.2.18)
  • Revision ID: package-import@ubuntu.com-20111007154550-anvsnc6w8o0ru2nh
Tags: 4:4.7.2+git111007-0ubuntu1
Update to current KDE 4.7 branch head, commit 2271a28b

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    /** reimpl to avoid default drag cursor */
62
62
    virtual void startDrag( Qt::DropActions supportedActions );
63
63
 
 
64
  private:
 
65
    void saveHeaderState();
 
66
    void restoreHeaderState();
 
67
 
64
68
  signals:
65
69
    void contextMenuRequested();
66
70