summaryrefslogtreecommitdiffstats
path: root/dcoppython
diff options
context:
space:
mode:
Diffstat (limited to 'dcoppython')
-rw-r--r--dcoppython/shell/marshaller.h2
-rw-r--r--dcoppython/shell/pcop.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/dcoppython/shell/marshaller.h b/dcoppython/shell/marshaller.h
index 0e678f7f..6cb16d89 100644
--- a/dcoppython/shell/marshaller.h
+++ b/dcoppython/shell/marshaller.h
@@ -15,7 +15,7 @@
#include <Python.h>
#include <tqstring.h>
-class QDataStream;
+class TQDataStream;
namespace PythonDCOP {
// class Marshaller;
diff --git a/dcoppython/shell/pcop.h b/dcoppython/shell/pcop.h
index c9728e37..f9c2d26b 100644
--- a/dcoppython/shell/pcop.h
+++ b/dcoppython/shell/pcop.h
@@ -20,7 +20,7 @@
#include <dcopclient.h>
#include <dcopobject.h>
-class QDataStream;
+class TQDataStream;
namespace PythonDCOP {
class Client;