diff options
Diffstat (limited to 'pyuic2/globaldefs.h')
| -rw-r--r-- | pyuic2/globaldefs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyuic2/globaldefs.h b/pyuic2/globaldefs.h index 700f7d2..de3bce1 100644 --- a/pyuic2/globaldefs.h +++ b/pyuic2/globaldefs.h @@ -1,7 +1,7 @@ /********************************************************************** ** Copyright (C) 2000 Trolltech AS. All rights reserved. ** -** This file is part of Qt Designer. +** This file is part of TQt Designer. ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software @@ -26,8 +26,8 @@ #define BOXLAYOUT_DEFAULT_MARGIN 11 #define BOXLAYOUT_DEFAULT_SPACING 6 -static QColor backColor1( 226, 244, 216 ); -static QColor backColor2( 235, 235, 235 ); -static QColor selectedBack( 192, 192, 192 ); +static TQColor backColor1( 226, 244, 216 ); +static TQColor backColor2( 235, 235, 235 ); +static TQColor selectedBack( 192, 192, 192 ); #endif |
