• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kdecore
 

kdecore

  • kdecore
kdelibs_export.h
1 /*
2  This file is part of the KDE libraries
3  Copyright (C) 2004 Jaroslaw Staniek <js@iidea.pl>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License version 2 as published by the Free Software Foundation.
8 
9  This library is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  Library General Public License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this library; see the file COPYING.LIB. If not, write to
16  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17  Boston, MA 02110-1301, USA.
18 */
19 
20 #ifndef _KDELIBS_EXPORT_H
21 #define _KDELIBS_EXPORT_H
22 
23 /* needed for KDE_EXPORT macros */
24 #include <kdemacros.h>
25 
26 /* needed, because e.g. Q_OS_UNIX is so frequently used */
27 #include <tqglobal.h>
28 
29 #ifdef Q_WS_WIN
30 #include <kdelibs_export_win.h>
31 
32 #else /* Q_OS_UNIX */
33 
34 /* export statements for unix */
35 #define KDECORE_EXPORT KDE_EXPORT
36 #define KDEUI_EXPORT KDE_EXPORT
37 #define KDEFX_EXPORT KDE_EXPORT
38 #define KDEPRINT_EXPORT KDE_EXPORT
39 #define KDNSSD_EXPORT KDE_EXPORT
40 #define KIO_EXPORT KDE_EXPORT
41 #define DCOP_EXPORT KDE_EXPORT
42 #define KPARTS_EXPORT KDE_EXPORT
43 #define KTEXTEDITOR_EXPORT KDE_EXPORT
44 #define KABC_EXPORT KDE_EXPORT
45 #define KDESU_EXPORT KDE_EXPORT
46 #define KVCARD_EXPORT KDE_EXPORT
47 #define KRESOURCES_EXPORT KDE_EXPORT
48 #define KSTYLE_EXPORT KDE_EXPORT
49 #define KHTML_EXPORT KDE_EXPORT
50 #define KMDI_EXPORT KDE_EXPORT
51 #define KUTILS_EXPORT KDE_EXPORT
52 #define KATEPARTINTERFACES_EXPORT KDE_EXPORT
53 #define KATEPART_EXPORT KDE_EXPORT
54 #define KMID_EXPORT KDE_EXPORT
55 #define KRANDR_EXPORT KDE_EXPORT
56 #define KIMPROXY_EXPORT KDE_EXPORT
57 #define KDE_ARTS_EXPORT KDE_EXPORT
58 #define KUNITTEST_EXPORT KDE_EXPORT
59 
60 #define KPATH_SEPARATOR ':'
61 
62 #ifndef O_BINARY
63 #define O_BINARY 0 /* for open() */
64 #endif
65 
66 #endif
67 
68 #endif /*_KDELIBS_EXPORT_H*/
69 
70 /* workaround for kdecore: stupid moc's grammar doesn't accept two macros
71  between 'class' keyword and <classname>: */
72 #ifdef KDE_DEPRECATED
73 # ifndef KDECORE_EXPORT_DEPRECATED
74 # define KDECORE_EXPORT_DEPRECATED KDE_DEPRECATED KDECORE_EXPORT
75 # endif
76 # ifndef KIO_EXPORT_DEPRECATED
77 # define KIO_EXPORT_DEPRECATED KDE_DEPRECATED KIO_EXPORT
78 # endif
79 # ifndef KDEUI_EXPORT_DEPRECATED
80 # define KDEUI_EXPORT_DEPRECATED KDE_DEPRECATED KDEUI_EXPORT
81 # endif
82 # ifndef KABC_EXPORT_DEPRECATED
83 # define KABC_EXPORT_DEPRECATED KDE_DEPRECATED KABC_EXPORT
84 # endif
85 #endif
86 /* (let's add KDE****_EXPORT_DEPRECATED for other libraries if it's needed) */

kdecore

Skip menu "kdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdecore

Skip menu "kdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kdecore by doxygen 1.8.6
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |