diff options
Diffstat (limited to 'khtml/dom/css_value.cpp')
-rw-r--r-- | khtml/dom/css_value.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/dom/css_value.cpp b/khtml/dom/css_value.cpp index 5a678768c..de450e861 100644 --- a/khtml/dom/css_value.cpp +++ b/khtml/dom/css_value.cpp @@ -125,7 +125,7 @@ void CSSStyleDeclaration::setProperty( const DOMString &propName, const DOMStrin int id = getPropertyID(propName.string().lower().ascii(), propName.length()); if (!id) return; bool important = false; - QString str = priority.string(); + TQString str = priority.string(); if (str.find("important", 0, false) != -1) important = true; |