From aac788452d57994e398808c6d0bd53e561a0cd08 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:19:58 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1158421 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- dcoppython/shell/marshaller.h | 2 +- dcoppython/shell/pcop.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dcoppython') 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 #include -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 #include -class QDataStream; +class TQDataStream; namespace PythonDCOP { class Client; -- cgit v1.2.3