summaryrefslogtreecommitdiffstats
path: root/quanta/parts/kafka/kafkahtmlpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/parts/kafka/kafkahtmlpart.h')
-rw-r--r--quanta/parts/kafka/kafkahtmlpart.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/quanta/parts/kafka/kafkahtmlpart.h b/quanta/parts/kafka/kafkahtmlpart.h
index 51c7c38b..ae7bf1e7 100644
--- a/quanta/parts/kafka/kafkahtmlpart.h
+++ b/quanta/parts/kafka/kafkahtmlpart.h
@@ -20,9 +20,9 @@
#define KAFKAHTMLPART_H
#include <kurl.h>
-#include <khtml_part.h>
-#include <khtml_events.h>
-#include <kparts/event.h>
+#include <tdehtml_part.h>
+#include <tdehtml_events.h>
+#include <tdeparts/event.h>
#include <tqstringlist.h>
#include <tqptrlist.h>
@@ -235,10 +235,10 @@ signals:
protected:
bool eventFilter(TQObject *object, TQEvent *event);
- virtual void khtmlMouseMoveEvent(khtml::MouseMoveEvent *event);
- virtual void khtmlMousePressEvent(khtml::MousePressEvent *event);
- virtual void khtmlMouseReleaseEvent(khtml::MouseReleaseEvent *event);
- virtual void khtmlDrawContentsEvent(khtml::DrawContentsEvent *event);
+ virtual void tdehtmlMouseMoveEvent(tdehtml::MouseMoveEvent *event);
+ virtual void tdehtmlMousePressEvent(tdehtml::MousePressEvent *event);
+ virtual void tdehtmlMouseReleaseEvent(tdehtml::MouseReleaseEvent *event);
+ virtual void tdehtmlDrawContentsEvent(tdehtml::DrawContentsEvent *event);
private slots: