Skip to content
  • darin's avatar
    Reviewed by Eric. · 2eba085a
    darin authored
            - changed back the name of a couple of string() functions that were renamed to qstring() by accident
    
            * kwq/KWQString.h: (QConstString::string): Changed function name back to string() from qstring().
            This is a function from Qt, so the name needs to match Qt -- that's just how KWQ works.
    
            * khtml/xml/dom_atomicstringlist.h: Changed the name of the function that returns the current
            AtomicString to string() back from qstring()!
    
            * khtml/css/cssstyleselector.cpp:
            (khtml::CSSStyleSelector::matchRules): Use string() instead of qstring().
            (khtml::checkPseudoState): Ditto.
            (khtml::CSSStyleSelector::checkOneSelector): Ditto.
            * khtml/dom/dom_string.cpp: (DOM::DOMString::percentage): Ditto.
            * khtml/html/htmltokenizer.cpp: (khtml::HTMLTokenizer::finish): Ditto.
            * khtml/xml/dom_stringimpl.cpp:
            (DOM::DOMStringImpl::DOMStringImpl): Small tweak to streamline a tiny bit by using an already-computed
            boolean instead of re-checking a couple of data members.
            (DOM::parseLength): Use string() instead of qstring().
            (DOM::DOMStringImpl::toInt): Ditto.
    
            - removed some dead code
    
            * khtml/xml/dom_elementimpl.cpp: Removed XMLElementImpl.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@10522 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    2eba085a