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/bandwidthevent.cpp

    r166 r231  
    2727/** Default constructor */ 
    2828BandwidthEvent::BandwidthEvent(quint64 bytesRead, quint64 bytesWritten) 
    29  : QEvent((QEvent::Type)EventType::BandwidthEvent) 
     29 : QEvent((QEvent::Type)CustomEventType::BandwidthEvent) 
    3030{ 
    3131  _bytesRead    = bytesRead;