summaryrefslogtreecommitdiffstats
path: root/kstyles/keramik/colorutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstyles/keramik/colorutil.h')
-rw-r--r--kstyles/keramik/colorutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstyles/keramik/colorutil.h b/kstyles/keramik/colorutil.h
index ae01b450a..62b2a14b2 100644
--- a/kstyles/keramik/colorutil.h
+++ b/kstyles/keramik/colorutil.h
@@ -30,7 +30,7 @@ namespace Keramik
class ColorUtil
{
public:
- static QColor lighten(QColor in, int factor);
+ static TQColor lighten(TQColor in, int factor);
};
}