Show
Ignore:
Timestamp:
02/03/06 03:12:20 (3 years ago)
Author:
edmanm
Message:

Rename the EventType? namespace to CustomEventType? so as not to conflict with
Carbon's EventType? enum.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/control/streamevent.cpp

    r165 r231  
    2828StreamEvent::StreamEvent(quint64 streamId, Status status,  
    2929                         quint64 circuitId, QString target) 
    30 : QEvent((QEvent::Type)EventType::StreamEvent) 
     30: QEvent((QEvent::Type)CustomEventType::StreamEvent) 
    3131{ 
    3232  _streamId  = streamId;