From 7fdc8b30e85418cca031b45ad02f723373b73433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 10 Apr 2016 10:42:00 +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 --- src/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc.h') diff --git a/src/misc.h b/src/misc.h index 835c277..364c0d3 100644 --- a/src/misc.h +++ b/src/misc.h @@ -19,6 +19,6 @@ #ifndef __MISC_H #define __MISC_H -QColor alphaBlendColors(const QColor &backgroundColor, const QColor &foregroundColor, const int alpha); +TQColor alphaBlendColors(const TQColor &backgroundColor, const TQColor &foregroundColor, const int alpha); #endif // __MISC_H -- cgit v1.2.1