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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khtml/misc/helper.h b/khtml/misc/helper.h
index abfcf8c88..85442fae8 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 tqRgbaFromHsla(double h, double s, double l, double a);
+ QRgb qRgbaFromHsla(double h, double s, double l, double a);
- //enumerator for tqfindSelectionNode
+ //enumerator for findSelectionNode
enum FindSelectionResult { SelectionPointBefore,
SelectionPointAfter,
SelectionPointInside,