summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:41 +0900
commit549f7e08f34db06de7b83df44b51704e35483653 (patch)
tree5c67c969448894fb68dc3673d9d1e784dae8fc5f /style
parent52c5cd4abc6e5866b66bfeb292578a7ad6289ead (diff)
downloadtde-style-baghira-549f7e08f34db06de7b83df44b51704e35483653.tar.gz
tde-style-baghira-549f7e08f34db06de7b83df44b51704e35483653.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'style')
-rw-r--r--style/baghira.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/style/baghira.cpp b/style/baghira.cpp
index 8434cf1..3639b32 100644
--- a/style/baghira.cpp
+++ b/style/baghira.cpp
@@ -2560,7 +2560,7 @@ void LiquidStyle::drawComplexControl( ComplexControl control,
break;
}
-#ifndef QT_NO_LISTVIEW
+#ifndef TQT_NO_LISTVIEW
case CC_ListView: {
if ( controls & SC_ListView ) {
TQCommonStyle::drawComplexControl( control, p, ceData, elementFlags, r, cg, flags, controls, active, opt, widget );
@@ -2760,9 +2760,9 @@ void LiquidStyle::drawComplexControl( ComplexControl control,
break;
}
-#endif // QT_NO_LISTVIEW
+#endif // TQT_NO_LISTVIEW
-#ifndef QT_NO_TITLEBAR
+#ifndef TQT_NO_TITLEBAR
case CC_TitleBar:
{
switch (optionHandler->style())
@@ -2864,7 +2864,7 @@ void LiquidStyle::drawComplexControl( ComplexControl control,
}
break;
}
-#endif //QT_NO_TITLEBAR
+#endif //TQT_NO_TITLEBAR
default:
TDEStyle::drawComplexControl( control, p, ceData, elementFlags,