summaryrefslogtreecommitdiffstats
path: root/domino/misc.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-04-08 03:06:39 +0200
committerSlávek Banko <[email protected]>2016-04-08 03:06:39 +0200
commit96603e8acb744f86139b900e45d030ad684b6a4d (patch)
treebc983a53582ffe8f32e3fa9320eff557f239ea01 /domino/misc.h
parent5d3112684ba2b692a07b0328ad308c402276e51e (diff)
downloadtde-style-domino-96603e8acb744f86139b900e45d030ad684b6a4d.tar.gz
tde-style-domino-96603e8acb744f86139b900e45d030ad684b6a4d.zip
Initial TQt conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'domino/misc.h')
-rw-r--r--domino/misc.h10
1 files changed, 5 insertions, 5 deletions
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