summaryrefslogtreecommitdiffstats
path: root/klinkstatus/src/engine/linkchecker.h
diff options
context:
space:
mode:
Diffstat (limited to 'klinkstatus/src/engine/linkchecker.h')
-rw-r--r--klinkstatus/src/engine/linkchecker.h4
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: