~ubuntu-branches/ubuntu/quantal/kdepimlibs/quantal-proposed

« back to all changes in this revision

Viewing changes to akonadi/contact/editor/displaynameeditwidget.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-14 14:37:07 UTC
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: package-import@ubuntu.com-20111214143707-m0qplh3hsd957ukv
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
 
121
121
  layout->addWidget( mView );
122
122
 
123
 
  connect( mView, SIGNAL( activated( int ) ), SLOT( displayTypeChanged( int ) ) );
 
123
  connect( mView, SIGNAL(activated(int)), SLOT(displayTypeChanged(int)) );
124
124
 
125
125
  DisplayNameDelegate *delegate = new DisplayNameDelegate( mView->view() );
126
126
  mView->view()->setItemDelegate( delegate );