• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

kaddressbook

  • sources
  • kde-4.12
  • kdepim
  • kaddressbook
startup.cpp
Go to the documentation of this file.
1 #include "startup.h"
2 #include <KLocale>
3 #include <KGlobal>
4 
5 namespace KAddressBook {
6 void insertLibraryCatalogues()
7 {
8  static const char * const catalogs[] = {
9  "libkdepim",
10  "kabc",
11  "libakonadi",
12  "kabcakonadi",
13  "akonadicontact",
14  "libpimcommon"
15  };
16 
17  KLocale * l = KGlobal::locale();
18  for ( unsigned int i = 0 ; i < sizeof catalogs / sizeof *catalogs; ++i ) {
19  l->insertCatalog( QLatin1String(catalogs[i]) );
20  }
21 }
22 
23 }
24 
startup.h
KAddressBook::insertLibraryCatalogues
void insertLibraryCatalogues()
Definition: startup.cpp:6
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kaddressbook

Skip menu "kaddressbook"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal