summaryrefslogtreecommitdiffstats
path: root/dcoppython
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:19:58 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:19:58 +0000
commitaac788452d57994e398808c6d0bd53e561a0cd08 (patch)
treefdd804317f94db3d27b424056a915aa6d281d5ef /dcoppython
parent479f5f799523bffbcc83dff581a2299c047c6fff (diff)
downloadtdebindings-aac788452d57994e398808c6d0bd53e561a0cd08.tar.gz
tdebindings-aac788452d57994e398808c6d0bd53e561a0cd08.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1158421 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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;