diff options
Diffstat (limited to 'kstyles/plastik/misc.h')
-rw-r--r-- | kstyles/plastik/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstyles/plastik/misc.h b/kstyles/plastik/misc.h index 65bb42534..c09ee87c8 100644 --- a/kstyles/plastik/misc.h +++ b/kstyles/plastik/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 |