diff options
Diffstat (limited to 'khtml/html')
-rw-r--r-- | khtml/html/html_documentimpl.h | 2 | ||||
-rw-r--r-- | khtml/html/html_formimpl.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/khtml/html/html_documentimpl.h b/khtml/html/html_documentimpl.h index b4eed345c..01fdb2127 100644 --- a/khtml/html/html_documentimpl.h +++ b/khtml/html/html_documentimpl.h @@ -30,7 +30,7 @@ #include <tqmap.h> class KHTMLView; -class QString; +class TQString; namespace DOM { diff --git a/khtml/html/html_formimpl.h b/khtml/html/html_formimpl.h index 5fea3e221..40fefc9ee 100644 --- a/khtml/html/html_formimpl.h +++ b/khtml/html/html_formimpl.h @@ -35,7 +35,7 @@ #include <tqmemarray.h> class KHTMLView; -class QTextCodec; +class TQTextCodec; namespace khtml { |