summaryrefslogtreecommitdiffstats
path: root/khtml/misc/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/misc/helper.h')
-rw-r--r--khtml/misc/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/misc/helper.h b/khtml/misc/helper.h
index 85442fae8..167a2a68e 100644
--- a/khtml/misc/helper.h
+++ b/khtml/misc/helper.h
@@ -40,7 +40,7 @@ namespace khtml
bool hasSufficientContrast(const TQColor &c1, const TQColor &c2);
TQColor retrieveBackgroundColor(const RenderObject *obj);
- QRgb qRgbaFromHsla(double h, double s, double l, double a);
+ QRgb tqRgbaFromHsla(double h, double s, double l, double a);
//enumerator for findSelectionNode
enum FindSelectionResult { SelectionPointBefore,