diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:05:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:05:46 -0600 |
commit | e76ee03c0290b07481e45b0e317c911f6e4e7995 (patch) | |
tree | 9bfd9c868df8dc32779e3f09fa709af285e891e1 /klinkstatus/src/engine/linkchecker.h | |
parent | 5544d5f4a61929002ff6737e1b002d41eb0a4ba3 (diff) | |
download | tdewebdev-e76ee03c0290b07481e45b0e317c911f6e4e7995.tar.gz tdewebdev-e76ee03c0290b07481e45b0e317c911f6e4e7995.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'klinkstatus/src/engine/linkchecker.h')
-rw-r--r-- | klinkstatus/src/engine/linkchecker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/klinkstatus/src/engine/linkchecker.h b/klinkstatus/src/engine/linkchecker.h index 93b9268c..52399377 100644 --- a/klinkstatus/src/engine/linkchecker.h +++ b/klinkstatus/src/engine/linkchecker.h @@ -25,7 +25,7 @@ #include <tqstring.h> #include <tdeio/jobclasses.h> -class KHTMLPart; +class TDEHTMLPart; #include "../parser/http.h" #include "linkstatus.h" @@ -52,7 +52,7 @@ public: LinkStatus const* linkStatus() const; - static bool hasAnchor(KHTMLPart* html_part, TQString const& anchor); + static bool hasAnchor(TDEHTMLPart* html_part, TQString const& anchor); signals: |