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

KDE-PIM Libraries

kdepimlibs-compat.h
00001 /*
00002   Backward compatibility support.
00003   By policy, kdepimlibs must compile against the most recent kdelibs minor release.
00004 */
00005 
00006 #include <signal.h>
00007 #if defined _WIN32 || defined _WIN64
00008 #include <kde_file_win.h>
00009 #endif
00010 
00011 /* Allow kdepimlibs to build against kdelibs 4.0 */
00012 #if !defined(KPATH_SEPARATOR)
00013 #if defined _WIN32 || defined _WIN64
00014 #define KPATH_SEPARATOR ';'
00015 #else
00016 #define KPATH_SEPARATOR ':'
00017 #endif
00018 #endif
00019 
00020 #if !defined(KDE_signal)
00021 #if defined _WIN32 || defined _WIN64
00022 #define KDE_signal      kdewin32_signal
00023 #else 
00024 #define KDE_signal      ::signal
00025 #endif
00026 #endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:32:29 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kdepimlibs-4.8.3 API Reference

Skip menu "kdepimlibs-4.8.3 API Reference"
  • akonadi
  •   contact
  •   kmime
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  •   nntp
  • kldap
  • kmbox
  • kmime
  • kontactinterface
  • kpimidentities
  • kpimtextedit
  •   richtextbuilders
  • 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