|
|
@ -35,17 +35,17 @@
|
|
|
|
#define KDE_EXPORT
|
|
|
|
#define KDE_EXPORT
|
|
|
|
|
|
|
|
|
|
|
|
/* export statements for unix */
|
|
|
|
/* export statements for unix */
|
|
|
|
#define KDECORE_EXPORT KDE_EXPORT
|
|
|
|
#define TDECORE_EXPORT KDE_EXPORT
|
|
|
|
#define KDEUI_EXPORT KDE_EXPORT
|
|
|
|
#define TDEUI_EXPORT KDE_EXPORT
|
|
|
|
#define KDEFX_EXPORT KDE_EXPORT
|
|
|
|
#define TDEFX_EXPORT KDE_EXPORT
|
|
|
|
#define KDEPRINT_EXPORT KDE_EXPORT
|
|
|
|
#define TDEPRINT_EXPORT KDE_EXPORT
|
|
|
|
#define KDNSSD_EXPORT KDE_EXPORT
|
|
|
|
#define KDNSSD_EXPORT KDE_EXPORT
|
|
|
|
#define KIO_EXPORT KDE_EXPORT
|
|
|
|
#define KIO_EXPORT KDE_EXPORT
|
|
|
|
#define DCOP_EXPORT KDE_EXPORT
|
|
|
|
#define DCOP_EXPORT KDE_EXPORT
|
|
|
|
#define KPARTS_EXPORT KDE_EXPORT
|
|
|
|
#define KPARTS_EXPORT KDE_EXPORT
|
|
|
|
#define KTEXTEDITOR_EXPORT KDE_EXPORT
|
|
|
|
#define KTEXTEDITOR_EXPORT KDE_EXPORT
|
|
|
|
#define KABC_EXPORT KDE_EXPORT
|
|
|
|
#define KABC_EXPORT KDE_EXPORT
|
|
|
|
#define KDESU_EXPORT KDE_EXPORT
|
|
|
|
#define TDESU_EXPORT KDE_EXPORT
|
|
|
|
#define KVCARD_EXPORT KDE_EXPORT
|
|
|
|
#define KVCARD_EXPORT KDE_EXPORT
|
|
|
|
#define KRESOURCES_EXPORT KDE_EXPORT
|
|
|
|
#define KRESOURCES_EXPORT KDE_EXPORT
|
|
|
|
#define KSTYLE_EXPORT KDE_EXPORT
|
|
|
|
#define KSTYLE_EXPORT KDE_EXPORT
|
|
|
@ -71,14 +71,14 @@
|
|
|
|
/* workaround for tdecore: stupid tqmoc's grammar doesn't accept two macros
|
|
|
|
/* workaround for tdecore: stupid tqmoc's grammar doesn't accept two macros
|
|
|
|
between 'class' keyword and <classname>: */
|
|
|
|
between 'class' keyword and <classname>: */
|
|
|
|
#ifdef KDE_DEPRECATED
|
|
|
|
#ifdef KDE_DEPRECATED
|
|
|
|
# ifndef KDECORE_EXPORT_DEPRECATED
|
|
|
|
# ifndef TDECORE_EXPORT_DEPRECATED
|
|
|
|
# define KDECORE_EXPORT_DEPRECATED KDE_DEPRECATED KDECORE_EXPORT
|
|
|
|
# define TDECORE_EXPORT_DEPRECATED KDE_DEPRECATED TDECORE_EXPORT
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# ifndef KIO_EXPORT_DEPRECATED
|
|
|
|
# ifndef KIO_EXPORT_DEPRECATED
|
|
|
|
# define KIO_EXPORT_DEPRECATED KDE_DEPRECATED KIO_EXPORT
|
|
|
|
# define KIO_EXPORT_DEPRECATED KDE_DEPRECATED KIO_EXPORT
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# ifndef KDEUI_EXPORT_DEPRECATED
|
|
|
|
# ifndef TDEUI_EXPORT_DEPRECATED
|
|
|
|
# define KDEUI_EXPORT_DEPRECATED KDE_DEPRECATED KDEUI_EXPORT
|
|
|
|
# define TDEUI_EXPORT_DEPRECATED KDE_DEPRECATED TDEUI_EXPORT
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# ifndef KABC_EXPORT_DEPRECATED
|
|
|
|
# ifndef KABC_EXPORT_DEPRECATED
|
|
|
|
# define KABC_EXPORT_DEPRECATED KDE_DEPRECATED KABC_EXPORT
|
|
|
|
# define KABC_EXPORT_DEPRECATED KDE_DEPRECATED KABC_EXPORT
|
|
|
|