summaryrefslogtreecommitdiffstats
path: root/dcop/dcopc.c
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:46:43 +0000
commitffe8a83e053396df448e9413828527613ca3bd46 (patch)
treea73d4169e02df4a50f9a12cb165fcd0ab5bac7c6 /dcop/dcopc.c
parent682bf3bfdcbcbb1fca85e8a36ed03e062e0555d5 (diff)
downloadtdelibs-ffe8a83e053396df448e9413828527613ca3bd46.tar.gz
tdelibs-ffe8a83e053396df448e9413828527613ca3bd46.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'dcop/dcopc.c')
-rw-r--r--dcop/dcopc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/dcop/dcopc.c b/dcop/dcopc.c
index c62caf2ba..39083d4f5 100644
--- a/dcop/dcopc.c
+++ b/dcop/dcopc.c
@@ -23,7 +23,7 @@
/* We really don't want to require X11 headers... */
#include "config.h"
-#include <qglobal.h>
+#include <tqglobal.h>
#if defined Q_WS_X11 && ! defined K_WS_QTONLY
#include <X11/Xlib.h>
#include <X11/X.h>
@@ -340,10 +340,10 @@ dcop_send_signal(
* Marshall the arguments for the DCOP message header (callerApp, destApp,
* destObj, destFunc. The last argument is actually part of the data part of
* the call, but we add it to the header. It's the size of the marshalled
- * argument data. In Qt it would look like QDataStream str( ... ) str <<
+ * argument data. In Qt it would look like TQDataStream str( ... ) str <<
* callerApp << destApp << destObj << destFun <<
* argumentQByteArrayDataStuff; (where as str is the complete data stream
- * sent do the dcopserver, excluding the ICE header) As the QByteArray is
+ * sent do the dcopserver, excluding the ICE header) As the TQByteArray is
* marshalled as [size][data] and as we (below) send the data in two chunks,
* first the dcop msg header and the the data, we just put the [size] field
* as last field into the dcop msg header ;-)
@@ -589,7 +589,7 @@ dcop_register(const char * app_name, Bool add_pid)
dcop_requested_name,
"DCOPServer",
"", /* Object irrelevant */
- "registerAs(QCString)",
+ "registerAs(TQCString)",
data,
dataLength,
&replyType,