23 #ifndef KORG_COREHELPER_H
24 #define KORG_COREHELPER_H
27 #include <tqdatetime.h>
29 #include "printplugin.h"
31 class KCalendarSytstem;
39 virtual ~CoreHelper() {}
41 virtual TQColor textColor( const TQColor &bgColor ) = 0;
42 virtual TQColor categoryColor( const TQStringList &cats ) = 0;
43 virtual TQString holidayString( const TQDate &dt ) = 0;
44 virtual TQTime dayStart() = 0;
45 virtual const KCalendarSystem *calendarSystem() = 0;
46 virtual KOrg::PrintPlugin::List loadPrintPlugins() = 0;
47 virtual bool isWorkingDay( const TQDate &dt ) = 0;
|