~ubuntu-branches/ubuntu/wily/psi/wily-proposed

« back to all changes in this revision

Viewing changes to src/qwextend.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    // dnd unregister (we will register again below)
34
34
    bool accept_drops = that->acceptDrops();
35
 
    that->setAcceptDrops( FALSE );
 
35
    that->setAcceptDrops( false );
36
36
 
37
37
    // clear mouse tracking, re-enabled below
38
38
    bool mouse_tracking = that->hasMouseTracking();
130
130
        oldparent->checkChildrenDnd();
131
131
 
132
132
    if ( accept_drops )
133
 
        that->setAcceptDrops( TRUE );
 
133
        that->setAcceptDrops( true );
134
134
    else {
135
135
        that->checkChildrenDnd();
136
136
        that->topData()->dnd = 0;