diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:19:58 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:19:58 +0000 |
commit | aac788452d57994e398808c6d0bd53e561a0cd08 (patch) | |
tree | fdd804317f94db3d27b424056a915aa6d281d5ef /dcoppython | |
parent | 479f5f799523bffbcc83dff581a2299c047c6fff (diff) | |
download | tdebindings-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.h | 2 | ||||
-rw-r--r-- | dcoppython/shell/pcop.h | 2 |
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; |