diff options
Diffstat (limited to 'src/misc.h')
-rw-r--r-- | src/misc.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,8 +23,8 @@ #ifndef MISC_H #define MISC_H -QColor hsvRelative(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(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 |