~ubuntu-branches/ubuntu/quantal/kdepim/quantal-proposed

« back to all changes in this revision

Viewing changes to kaddressbook/kaddressbookpart.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-11-29 23:35:52 UTC
  • mfrom: (0.2.32) (208.1.1 quantal)
  • Revision ID: package-import@ubuntu.com-20121129233552-z3sxmaqaazytor4q
Tags: 4:4.9.3-0ubuntu0.1
New upstream release (LP: #1074747)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
{
43
43
  setComponentData( KAddressBookFactory::componentData() );
44
44
 
 
45
  KGlobal::locale()->insertCatalog( "libkdepim" );
 
46
  KGlobal::locale()->insertCatalog( "kabc" );
 
47
  KGlobal::locale()->insertCatalog( "libakonadi" );
 
48
  KGlobal::locale()->insertCatalog( "kabcakonadi" );
 
49
  KGlobal::locale()->insertCatalog( "akonadicontact" );
 
50
 
45
51
  KIconLoader::global()->addAppDir( "kaddressbook" );
46
52
  // create a canvas to insert our widget
47
53
  QWidget *canvas = new QWidget( parentWidget );