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

tdecore

  • tdecore
tdelibs_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 _TDELIBS_EXPORT_H
21 #define _TDELIBS_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 <tdelibs_export_win.h>
31 
32 #else /* Q_OS_UNIX */
33 
34 /* export statements for unix */
35 #define TDECORE_EXPORT KDE_EXPORT
36 #define TDEUI_EXPORT KDE_EXPORT
37 #define TDEFX_EXPORT KDE_EXPORT
38 #define TDEPRINT_EXPORT KDE_EXPORT
39 #define TDEDNSSD_EXPORT KDE_EXPORT
40 #define TDEIO_EXPORT KDE_EXPORT
41 #define DCOP_EXPORT KDE_EXPORT
42 #define TDEPARTS_EXPORT KDE_EXPORT
43 #define KTEXTEDITOR_EXPORT KDE_EXPORT
44 #define KABC_EXPORT KDE_EXPORT
45 #define TDESU_EXPORT KDE_EXPORT
46 #define KVCARD_EXPORT KDE_EXPORT
47 #define TDERESOURCES_EXPORT KDE_EXPORT
48 #define TDESTYLE_EXPORT KDE_EXPORT
49 #define TDEHTML_EXPORT KDE_EXPORT
50 #define KMDI_EXPORT KDE_EXPORT
51 #define TDEUTILS_EXPORT KDE_EXPORT
52 #define KATEPARTINTERFACES_EXPORT KDE_EXPORT
53 #define KATEPART_EXPORT KDE_EXPORT
54 #define KMID_EXPORT KDE_EXPORT
55 #define TDERANDR_EXPORT KDE_EXPORT
56 #define TDEIMPROXY_EXPORT KDE_EXPORT
57 #define KDE_ARTS_EXPORT KDE_EXPORT
58 #define TDEUNITTEST_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 /*_TDELIBS_EXPORT_H*/
69 
70 /* workaround for tdecore: stupid moc's grammar doesn't accept two macros
71  between 'class' keyword and <classname>: */
72 #ifdef KDE_DEPRECATED
73 # ifndef TDECORE_EXPORT_DEPRECATED
74 # define TDECORE_EXPORT_DEPRECATED KDE_DEPRECATED TDECORE_EXPORT
75 # endif
76 # ifndef TDEIO_EXPORT_DEPRECATED
77 # define TDEIO_EXPORT_DEPRECATED KDE_DEPRECATED TDEIO_EXPORT
78 # endif
79 # ifndef TDEUI_EXPORT_DEPRECATED
80 # define TDEUI_EXPORT_DEPRECATED KDE_DEPRECATED TDEUI_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) */

tdecore

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

tdecore

Skip menu "tdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.8.8
This website is maintained by Timothy Pearson.