From 96603e8acb744f86139b900e45d030ad684b6a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 8 Apr 2016 03:06:39 +0200 Subject: Initial TQt conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- domino/misc.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'domino/misc.h') diff --git a/domino/misc.h b/domino/misc.h index 18026b5..08c650c 100644 --- a/domino/misc.h +++ b/domino/misc.h @@ -20,9 +20,9 @@ #ifndef __MISC_H #define __MISC_H -QColor blendColors(const QColor &backgroundColor, const QColor &foregroundColor); -QColor alphaBlendColors(const QColor &backgroundColor, const QColor &foregroundColor, const int alpha); -QImage tintImage(const QImage &img, const QColor &tintColor); -QImage setImageOpacity(const QImage &img, const uint &p); -bool blend( const QImage & upper, const QImage & lower, QImage & output); +TQColor blendColors(const TQColor &backgroundColor, const TQColor &foregroundColor); +TQColor alphaBlendColors(const TQColor &backgroundColor, const TQColor &foregroundColor, const int alpha); +TQImage tintImage(const TQImage &img, const TQColor &tintColor); +TQImage setImageOpacity(const TQImage &img, const uint &p); +bool blend( const TQImage & upper, const TQImage & lower, TQImage & output); #endif // __MISC_H -- cgit v1.2.1