QT_NO_* -> TQT_NO_* renaming.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 52c5cd4abc
commit 549f7e08f3
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -2560,7 +2560,7 @@ void LiquidStyle::drawComplexControl( ComplexControl control,
break; break;
} }
#ifndef QT_NO_LISTVIEW #ifndef TQT_NO_LISTVIEW
case CC_ListView: { case CC_ListView: {
if ( controls & SC_ListView ) { if ( controls & SC_ListView ) {
TQCommonStyle::drawComplexControl( control, p, ceData, elementFlags, r, cg, flags, controls, active, opt, widget ); TQCommonStyle::drawComplexControl( control, p, ceData, elementFlags, r, cg, flags, controls, active, opt, widget );
@ -2760,9 +2760,9 @@ void LiquidStyle::drawComplexControl( ComplexControl control,
break; break;
} }
#endif // QT_NO_LISTVIEW #endif // TQT_NO_LISTVIEW
#ifndef QT_NO_TITLEBAR #ifndef TQT_NO_TITLEBAR
case CC_TitleBar: case CC_TitleBar:
{ {
switch (optionHandler->style()) switch (optionHandler->style())
@ -2864,7 +2864,7 @@ void LiquidStyle::drawComplexControl( ComplexControl control,
} }
break; break;
} }
#endif //QT_NO_TITLEBAR #endif //TQT_NO_TITLEBAR
default: default:
TDEStyle::drawComplexControl( control, p, ceData, elementFlags, TDEStyle::drawComplexControl( control, p, ceData, elementFlags,

Loading…
Cancel
Save