diff options
author | Slávek Banko <[email protected]> | 2016-03-26 23:48:12 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-26 23:48:12 +0100 |
commit | 6be98faf5bf1704e91e9e805cea06d32df258898 (patch) | |
tree | 82a0e12560a9e80f8de4b6d5edaaae5bc1749c4a /src/kwin/misc.h | |
parent | 46ccd436f56c5f6bc27981ad085f731b2731f797 (diff) | |
download | tde-style-ia-ora-6be98faf5bf1704e91e9e805cea06d32df258898.tar.gz tde-style-ia-ora-6be98faf5bf1704e91e9e805cea06d32df258898.zip |
Initial TQt conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/kwin/misc.h')
-rw-r--r-- | src/kwin/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kwin/misc.h b/src/kwin/misc.h index b304513..bce0e06 100644 --- a/src/kwin/misc.h +++ b/src/kwin/misc.h @@ -23,6 +23,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 |