~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to kdeui/widgets/klineedit.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-01 16:16:35 UTC
  • mfrom: (1.14.20)
  • Revision ID: package-import@ubuntu.com-20120801161635-qewual50h0fwfeju
Tags: 4:4.9.0a-0ubuntu1
New tar from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1199
1199
            separatorAction = actionList.at( idx );
1200
1200
        if ( separatorAction )
1201
1201
        {
1202
 
            KAction *clearAllAction = KStandardAction::clear( this, SLOT(clear()), this) ;
 
1202
            KAction *clearAllAction = KStandardAction::clear( this, SLOT(clear()), popup) ;
1203
1203
            if ( text().isEmpty() )
1204
1204
                clearAllAction->setEnabled( false );
1205
1205
            popup->insertAction( separatorAction, clearAllAction );