/***************************************************************** Copyright 2008 Aaron Seigo #ifndef TASKMANAGER_EXPORT # if defined(MAKE_TASKMANAGER_LIB) /* We are building this library */ # define TASKMANAGER_EXPORT KDE_EXPORT # else /* We are using this library */ # define TASKMANAGER_EXPORT KDE_IMPORT # endif #endif # ifndef TASKMANAGER_EXPORT_DEPRECATED # define TASKMANAGER_EXPORT_DEPRECATED KDE_DEPRECATED TASKMANAGER_EXPORT # endif #endif