summaryrefslogtreecommitdiffstats
path: root/src/misc.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2016-04-10 10:42:00 +0200
committerSlávek Banko <[email protected]>2016-04-10 10:42:00 +0200
commit7fdc8b30e85418cca031b45ad02f723373b73433 (patch)
tree491150f68ddc476645599a00d04e27b194e9648c /src/misc.h
parent3566ebfc3015ab32c4e0531defb41377c171fadb (diff)
downloadtastymenu-7fdc8b30e85418cca031b45ad02f723373b73433.tar.gz
tastymenu-7fdc8b30e85418cca031b45ad02f723373b73433.zip
Initial TQt conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/misc.h')
-rw-r--r--src/misc.h2
1 files changed, 1 insertions, 1 deletions
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