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

« back to all changes in this revision

Viewing changes to knotify/config/knotifyconfigwidget.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:
43
43
        d->eventList->setFocus();
44
44
        d->actionsconfig=new KNotifyConfigActionsWidget(this);
45
45
        d->actionsconfig->setEnabled(false);
46
 
        connect(d->eventList , SIGNAL(eventSelected( KNotifyConfigElement* )) , 
47
 
                        this , SLOT(slotEventSelected( KNotifyConfigElement* )));
 
46
        connect(d->eventList , SIGNAL(eventSelected(KNotifyConfigElement*)) ,
 
47
                        this , SLOT(slotEventSelected(KNotifyConfigElement*)));
48
48
        connect(d->actionsconfig,SIGNAL(changed()),this,SLOT(slotActionChanged()));
49
49
    
50
50
        QVBoxLayout *layout = new QVBoxLayout(this);