summaryrefslogtreecommitdiffstats
path: root/libkdepim/weaverextensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/weaverextensions.h')
-rw-r--r--libkdepim/weaverextensions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdepim/weaverextensions.h b/libkdepim/weaverextensions.h
index 5f19743b..f737f8a6 100644
--- a/libkdepim/weaverextensions.h
+++ b/libkdepim/weaverextensions.h
@@ -16,7 +16,7 @@
#ifndef WEAVEREXTENSIONS_H
#define WEAVEREXTENSIONS_H
-#include <qobject.h>
+#include <tqobject.h>
namespace KPIM {
namespace ThreadWeaver {
@@ -34,7 +34,7 @@ namespace ThreadWeaver {
{
Q_OBJECT
public:
- WeaverExtension ( QObject *parent = 0, const char *name = 0);
+ WeaverExtension ( TQObject *parent = 0, const char *name = 0);
/** Attach() is a convenience method that will connect all our
slots to signals emitted by the weaver. It is also possible to
avoid attach() and only connect necessary signals. */