diff options
Diffstat (limited to 'kwin/clients/plastik/misc.h')
-rw-r--r-- | kwin/clients/plastik/misc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kwin/clients/plastik/misc.h b/kwin/clients/plastik/misc.h index 6c06b282b..985b405e8 100644 --- a/kwin/clients/plastik/misc.h +++ b/kwin/clients/plastik/misc.h @@ -23,8 +23,8 @@ #ifndef MISC_H #define MISC_H -QColor hsvRelative(const QColor& baseColor, int relativeH, int relativeS = 0, int relativeV = 0); -QColor alphaBlendColors(const QColor &backgroundColor, const QColor &foregroundColor, const int alpha); -QImage recolorImage(QImage *img, QColor color); +TQColor hsvRelative(const TQColor& baseColor, int relativeH, int relativeS = 0, int relativeV = 0); +TQColor alphaBlendColors(const TQColor &backgroundColor, const TQColor &foregroundColor, const int alpha); +TQImage recolorImage(TQImage *img, TQColor color); #endif // MISC_H |