calendarui/commonutils/inc/calenagendautils.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 57 bb2d3e476f29
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    21 #ifndef CALENAGENDAUTILS_H
    21 #ifndef CALENAGENDAUTILS_H
    22 #define CALENAGENDAUTILS_H
    22 #define CALENAGENDAUTILS_H
    23 
    23 
    24 //  INCLUDES
    24 //  INCLUDES
    25 
    25 
    26 #include "agendaentry.h"
    26 #include <agendaentry.h>
    27 #include <qglobal.h> // Q_DECL_EXPORT macro
    27 #include <qglobal.h> // Q_DECL_EXPORT macro
    28 
    28 
    29 #ifdef  CALENDATEUTILS_DLL
    29 #ifdef  CALENDATEUTILS_DLL
    30 #define CALENAGENDAUTIL_EXPORT Q_DECL_EXPORT
    30 #define CALENAGENDAUTIL_EXPORT Q_DECL_EXPORT
    31 #else
    31 #else