diff options
Diffstat (limited to 'src/kernel/qcolor.cpp')
-rw-r--r-- | src/kernel/qcolor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qcolor.cpp b/src/kernel/qcolor.cpp index af11e67a7..1b0895ba8 100644 --- a/src/kernel/qcolor.cpp +++ b/src/kernel/qcolor.cpp @@ -486,7 +486,7 @@ bool TQColor::isDirty() const TQString TQColor::name() const { -#ifndef QT_NO_SPRINTF +#ifndef TQT_NO_SPRINTF TQString s; s.sprintf( "#%02x%02x%02x", red(), green(), blue() ); return s; @@ -920,7 +920,7 @@ uint TQColor::pixel() const /***************************************************************************** TQColor stream functions *****************************************************************************/ -#ifndef QT_NO_DATASTREAM +#ifndef TQT_NO_DATASTREAM /*! \relates TQColor Writes a color object, \a c to the stream, \a s. |