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

tdecore

tdelibs_export.h

00001 /*
00002    This file is part of the KDE libraries
00003    Copyright (C) 2004 Jaroslaw Staniek <js@iidea.pl>
00004 
00005    This library is free software; you can redistribute it and/or
00006    modify it under the terms of the GNU Library General Public
00007    License version 2 as published by the Free Software Foundation.
00008 
00009    This library is distributed in the hope that it will be useful,
00010    but WITHOUT ANY WARRANTY; without even the implied warranty of
00011    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012    Library General Public License for more details.
00013 
00014    You should have received a copy of the GNU Library General Public License
00015    along with this library; see the file COPYING.LIB.  If not, write to
00016    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00017    Boston, MA 02110-1301, USA.
00018 */
00019 
00020 #ifndef _TDELIBS_EXPORT_H
00021 #define _TDELIBS_EXPORT_H
00022 
00023 /* needed for KDE_EXPORT macros */
00024 #include <kdemacros.h>
00025 
00026 /* needed, because e.g. Q_OS_UNIX is so frequently used */
00027 #include <tqglobal.h>
00028 
00029 #ifdef Q_WS_WIN
00030 #include <tdelibs_export_win.h>
00031 
00032 #else /* Q_OS_UNIX */
00033 
00034 /* export statements for unix */
00035 #define TDECORE_EXPORT KDE_EXPORT
00036 #define TDEUI_EXPORT KDE_EXPORT
00037 #define TDEFX_EXPORT KDE_EXPORT
00038 #define TDEPRINT_EXPORT KDE_EXPORT
00039 #define TDEDNSSD_EXPORT KDE_EXPORT
00040 #define TDEIO_EXPORT KDE_EXPORT
00041 #define DCOP_EXPORT KDE_EXPORT
00042 #define TDEPARTS_EXPORT KDE_EXPORT
00043 #define KTEXTEDITOR_EXPORT KDE_EXPORT
00044 #define KABC_EXPORT KDE_EXPORT
00045 #define TDESU_EXPORT KDE_EXPORT
00046 #define KVCARD_EXPORT KDE_EXPORT
00047 #define TDERESOURCES_EXPORT KDE_EXPORT
00048 #define TDESTYLE_EXPORT KDE_EXPORT
00049 #define TDEHTML_EXPORT KDE_EXPORT
00050 #define KMDI_EXPORT KDE_EXPORT
00051 #define TDEUTILS_EXPORT KDE_EXPORT
00052 #define KATEPARTINTERFACES_EXPORT KDE_EXPORT
00053 #define KATEPART_EXPORT KDE_EXPORT
00054 #define KMID_EXPORT KDE_EXPORT
00055 #define TDERANDR_EXPORT KDE_EXPORT
00056 #define TDEIMPROXY_EXPORT KDE_EXPORT
00057 #define KDE_ARTS_EXPORT KDE_EXPORT
00058 #define TDEUNITTEST_EXPORT KDE_EXPORT
00059 
00060 #define KPATH_SEPARATOR ':'
00061 
00062 #ifndef O_BINARY
00063 #define O_BINARY 0 /* for open() */
00064 #endif
00065 
00066 #endif
00067 
00068 #endif /*_TDELIBS_EXPORT_H*/
00069 
00070 /* workaround for tdecore: stupid moc's grammar doesn't accept two macros
00071    between 'class' keyword and <classname>: */
00072 #ifdef KDE_DEPRECATED
00073 # ifndef TDECORE_EXPORT_DEPRECATED
00074 #  define TDECORE_EXPORT_DEPRECATED KDE_DEPRECATED TDECORE_EXPORT
00075 # endif
00076 # ifndef TDEIO_EXPORT_DEPRECATED
00077 #  define TDEIO_EXPORT_DEPRECATED KDE_DEPRECATED TDEIO_EXPORT
00078 # endif
00079 # ifndef TDEUI_EXPORT_DEPRECATED
00080 #  define TDEUI_EXPORT_DEPRECATED KDE_DEPRECATED TDEUI_EXPORT
00081 # endif
00082 # ifndef KABC_EXPORT_DEPRECATED
00083 #  define KABC_EXPORT_DEPRECATED KDE_DEPRECATED KABC_EXPORT
00084 # endif
00085 #endif
00086 /* (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
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.7.1
This website is maintained by Timothy Pearson.