diff options
Diffstat (limited to 'doc/html/qpalette-h.html')
-rw-r--r-- | doc/html/qpalette-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qpalette-h.html b/doc/html/qpalette-h.html index 90efbc5f3..81a216319 100644 --- a/doc/html/qpalette-h.html +++ b/doc/html/qpalette-h.html @@ -173,14 +173,14 @@ public: const TQColorGroup &active() const { return data->active; } const TQColorGroup &disabled() const { return data->disabled; } const TQColorGroup &inactive() const { return data->inactive; } -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT const TQColorGroup &normal() const { return active(); } #endif void setActive( const TQColorGroup & ); void setDisabled( const TQColorGroup & ); void setInactive( const TQColorGroup & ); -#ifndef QT_NO_COMPAT +#ifndef TQT_NO_COMPAT void setNormal( const TQColorGroup & cg ) { setActive(cg); } #endif |