summaryrefslogtreecommitdiffstats
path: root/khtml/css/csshelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/css/csshelper.cpp')
-rw-r--r--khtml/css/csshelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/css/csshelper.cpp b/khtml/css/csshelper.cpp
index f1d681bd6..73eff588c 100644
--- a/khtml/css/csshelper.cpp
+++ b/khtml/css/csshelper.cpp
@@ -78,7 +78,7 @@ DOMString khtml::parseURL(const DOMString &url)
int nl = 0;
for(int k = o; k < o+l; k++)
- if(i->s[k].tqunicode() > '\r')
+ if(i->s[k].unicode() > '\r')
j->s[nl++] = i->s[k];
j->l = nl;