#include "tdesvn_events.h" #include "eventnumbers.h" FillCacheStatusEvent::FillCacheStatusEvent(TQ_LLONG current,TQ_LLONG max) :TQCustomEvent(EVENT_LOGCACHE_STATUS),m_current(current),m_max(max) { }