From f80b38b2e348b588bf7560161d7551e6bd4939c0 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 21 Feb 2004 11:32:55 +0000 Subject: Move to LibOpie2 remove launcher global and use OGlobal --- (limited to 'core/launcher/qcopbridge.cpp') diff --git a/core/launcher/qcopbridge.cpp b/core/launcher/qcopbridge.cpp index 9cb56ce..b45f0cc 100644 --- a/core/launcher/qcopbridge.cpp +++ b/core/launcher/qcopbridge.cpp @@ -21,11 +21,13 @@ #include "qcopbridge.h" #include "transferserver.h" +#include + #ifdef Q_WS_QWS #include #endif #include -#include + #include #include @@ -55,7 +57,6 @@ #include #endif -#include "launcherglobal.h" //#define INSECURE @@ -325,7 +326,7 @@ void QCopBridgePI::sendDesktopMessage( const QCString &msg, const QByteArray& da writeBlock(hdr,sizeof(hdr)-1); writeBlock(msg,msg.length()); writeBlock(" ",1); - QByteArray b64 = Opie::Global::encodeBase64(data); + QByteArray b64 = OGlobal::encodeBase64(data); writeBlock(b64.data(),b64.size()); writeBlock("\r\n",2); -- cgit v0.9.0.2