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

« back to all changes in this revision

Viewing changes to kdeui/widgets/kcompletionbox.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-03-03 00:25:28 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120303002528-chhwyfluldkicy5k
Tags: 4:4.8.1-0ubuntu1
* New upstream release
  - Update symbol files

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
62
62
    setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
63
63
 
64
 
    connect( this, SIGNAL( itemDoubleClicked( QListWidgetItem * )),
65
 
             SLOT( slotActivated( QListWidgetItem * )) );
66
 
    connect( this, SIGNAL( itemClicked( QListWidgetItem * )),
67
 
             SLOT( slotItemClicked( QListWidgetItem * )) );
 
64
    connect( this, SIGNAL(itemDoubleClicked(QListWidgetItem*)),
 
65
             SLOT(slotActivated(QListWidgetItem*)) );
 
66
    connect( this, SIGNAL(itemClicked(QListWidgetItem*)),
 
67
             SLOT(slotItemClicked(QListWidgetItem*)) );
68
68
}
69
69
 
70
70
KCompletionBox::~KCompletionBox()