~ubuntu-branches/ubuntu/utopic/kopete/utopic-proposed

« back to all changes in this revision

Viewing changes to kopete/chatwindow/kopeteemailwindow.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-06-18 12:03:38 UTC
  • mfrom: (1.1.18) (1.2.6 sid)
  • Revision ID: package-import@ubuntu.com-20140618120338-h1af353ueu4e6vue
Tags: 4:4.13.2-0ubuntu1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
        connect( d->editPart, SIGNAL(canSendChanged(bool)),
144
144
                 this, SLOT(slotUpdateReplySend()) );
145
145
        connect( d->editPart, SIGNAL(typing(bool)),
146
 
                 manager, SIGNAL(typing(bool)) );
 
146
                 manager, SLOT(typing(bool)) );
147
147
 
148
148
        //Connections to the manager and the ViewManager that every view should have
149
149
        connect( this, SIGNAL(closing(KopeteView*)),