~ubuntu-branches/ubuntu/trusty/kopete/trusty-proposed

« back to all changes in this revision

Viewing changes to libkopete/ui/addressbooklinkwidget.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-03-19 11:07:47 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20140319110747-gzhg3cdw1l8c3ci0
Tags: 4:4.12.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    *************************************************************************
22
22
*/
23
23
 
 
24
#include "addressbooklinkwidget.h"
 
25
 
24
26
#include <qapplication.h>
25
27
#include <klineedit.h>
26
28
#include <klocale.h>
30
32
 
31
33
#include <kopetemetacontact.h>
32
34
 
33
 
#include "addressbooklinkwidget.h"
34
35
#include "addressbookselectordialog.h"
35
36
#include "addressbookselectorwidget.h"
36
37