diff options
author | Mavridis Philippe <[email protected]> | 2024-03-10 19:56:27 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2024-03-10 20:04:10 +0200 |
commit | db5c38267db65110beb4ad895a1fe38b42d8001f (patch) | |
tree | 66e0eb45b6db27d468589aa56b089408600baf77 /style/misc.h | |
parent | bf8023245ca81129b27778d9e38f4cbdcdd1dc5b (diff) | |
download | tde-style-polyester-db5c38267db65110beb4ad895a1fe38b42d8001f.tar.gz tde-style-polyester-db5c38267db65110beb4ad895a1fe38b42d8001f.zip |
Port to TQt
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'style/misc.h')
-rwxr-xr-x | style/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/misc.h b/style/misc.h index 835c277..364c0d3 100755 --- a/style/misc.h +++ b/style/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 |