summaryrefslogtreecommitdiffstats
path: root/quanta/parts/kafka/kafkahtmlpart.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:18:40 -0600
commit82072ef281de2d5948a42fb69ae800d47e0800be (patch)
treebe82dd63affaf693c5e0857c997fa9589d344cc2 /quanta/parts/kafka/kafkahtmlpart.h
parent93ec82602aa008218cc1ee075ff13d65b3a317ea (diff)
downloadtdewebdev-82072ef281de2d5948a42fb69ae800d47e0800be.tar.gz
tdewebdev-82072ef281de2d5948a42fb69ae800d47e0800be.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
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: