diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-25 12:49:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-29 12:17:21 +0900 |
commit | 3c65d4d7e7b64bbbfe85caed88b1463e85cffc38 (patch) | |
tree | adeda0e854e7c748e7dc937d83ef388ae563c894 /style/qtcurve.cpp | |
parent | e8b48a25663b86e5ba8d4a93a7af483490fff07e (diff) | |
download | tde-style-qtcurve-3c65d4d7.tar.gz tde-style-qtcurve-3c65d4d7.zip |
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 54852b3b05e91a308100828923ce0d1f32039fa8)
Diffstat (limited to 'style/qtcurve.cpp')
-rw-r--r-- | style/qtcurve.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp index a384cb1..f084621 100644 --- a/style/qtcurve.cpp +++ b/style/qtcurve.cpp @@ -1276,11 +1276,7 @@ void QtCurveStyle::applicationPolish(const TQStyleControlElementData &ceData, Co { TQMetaObject *meta=(TQMetaObject *)metaObject(); -#ifdef USE_QT4 -#warning Qt4 does not allow the metaobject classname to be set (skipping) -#else // USE_QT4 meta->classname="HighContrastStyle"; -#endif // USE_QT4 } if(opts.scrollbarType==SCROLLBAR_NEXT) |