From a26e231b46ac6433f6500ddc9ed6b466cf38cc21 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Fri, 25 Jun 2021 19:05:29 +0300 Subject: =?UTF-8?q?Conversion=20Qt3=E2=86=92TQt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mavridis Philippe --- src/shadow.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/shadow.h') diff --git a/src/shadow.h b/src/shadow.h index 04facb0..d8814ff 100644 --- a/src/shadow.h +++ b/src/shadow.h @@ -30,9 +30,9 @@ #ifndef __FX_SHADOW #define __FX_SHADOW -#include -#include -#include +#include +#include +#include class ShadowEngine { @@ -41,9 +41,9 @@ class ShadowEngine ~ShadowEngine(); void setThickness(int thickness) { thickness_ = thickness; } void setMultiplicationFactor(float factor) { multiplicationFactor_ = factor; } - QImage makeShadow(const QPixmap& textPixmap, const QColor &bgColor); + TQImage makeShadow(const TQPixmap& textPixmap, const TQColor &bgColor); private: - float decay(QImage& source, int x, int y); + float decay(TQImage& source, int x, int y); int thickness_; float multiplicationFactor_; -- cgit v1.2.1