diff options
Diffstat (limited to 'khtml/misc/helper.h')
-rw-r--r-- | khtml/misc/helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/misc/helper.h b/khtml/misc/helper.h index 85442fae8..abfcf8c88 100644 --- a/khtml/misc/helper.h +++ b/khtml/misc/helper.h @@ -40,9 +40,9 @@ 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 + //enumerator for tqfindSelectionNode enum FindSelectionResult { SelectionPointBefore, SelectionPointAfter, SelectionPointInside, |