diff options
Diffstat (limited to 'src/oscilloscopedata.cpp')
-rw-r--r-- | src/oscilloscopedata.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/oscilloscopedata.cpp b/src/oscilloscopedata.cpp index cc1e289..9eaf2f1 100644 --- a/src/oscilloscopedata.cpp +++ b/src/oscilloscopedata.cpp @@ -17,7 +17,7 @@ ProbeData::ProbeData( int id ) { m_resetTime = Simulator::self()->time(); // b_isPaused = false; - m_color = Qt::black; + m_color = TQt::black; m_drawPosition = 0.5; m_insertPos = 0; } @@ -29,7 +29,7 @@ ProbeData::~ProbeData() } -void ProbeData::setColor( QColor color ) +void ProbeData::setColor( TQColor color ) { m_color = color; emit displayAttributeChanged(); |