Changeset 15253 for trunk/WebCore/dom/Element.h
- Timestamp:
- 07/09/06 08:10:21 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WebCore/dom/Element.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/dom/Element.h
r14646 r15253 29 29 30 30 #include "Attr.h" 31 #include " KWQScrollBar.h"31 #include "WebCoreScrollBar.h" 32 32 33 33 namespace WebCore { … … 68 68 void scrollIntoViewIfNeeded(bool centerIfNeeded); 69 69 70 void scrollByUnits(int units, KWQScrollGranularity granularity);70 void scrollByUnits(int units, ScrollGranularity granularity); 71 71 void scrollByLines(int lines); 72 72 void scrollByPages(int pages); … … 156 156 157 157 #if !NDEBUG 158 virtual void dump( QTextStream *stream, DeprecatedString ind = "") const;158 virtual void dump(TextStream *stream, DeprecatedString ind = "") const; 159 159 virtual void formatForDebugger(char *buffer, unsigned length) const; 160 160 #endif