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/eventtype.h

    r166 r231  
    2727#include <QEvent> 
    2828 
    29 namespace EventType { 
     29namespace CustomEventType { 
    3030  const int BandwidthEvent = QEvent::User; 
    3131  const int CircuitEvent   = QEvent::User+1;