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

KDE-PIM Libraries

kdepimlibs-compat.h
1 /*
2  Backward compatibility support.
3  By policy, kdepimlibs must compile against the most recent kdelibs minor release.
4 */
5 
6 #include <signal.h>
7 #if defined _WIN32 || defined _WIN64
8 #include <kde_file_win.h>
9 #endif
10 
11 /* Allow kdepimlibs to build against kdelibs 4.0 */
12 #if !defined(KPATH_SEPARATOR)
13 #if defined _WIN32 || defined _WIN64
14 #define KPATH_SEPARATOR ';'
15 #else
16 #define KPATH_SEPARATOR ':'
17 #endif
18 #endif
19 
20 #if !defined(KDE_signal)
21 #if defined _WIN32 || defined _WIN64
22 #define KDE_signal kdewin32_signal
23 #else
24 #define KDE_signal ::signal
25 #endif
26 #endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:22:31 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kdepimlibs-4.10.5 API Reference

Skip menu "kdepimlibs-4.10.5 API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
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