From b774e015816e51ac65e5d1c685306f8404a3a19e Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 15 Oct 2002 21:38:43 +0000 Subject: More OPIE X11 Stuff Some empty stubs to compile against Qt2/X it will not link though --- (limited to 'x11/ipc/client') diff --git a/x11/ipc/client/ocopclient.h b/x11/ipc/client/ocopclient.h index 5300132..db04d37 100644 --- a/x11/ipc/client/ocopclient.h +++ b/x11/ipc/client/ocopclient.h @@ -37,9 +37,12 @@ public: */ void addChannel( const QCString& channel ); void delChannel( const QCString& channel ); + + /* make it singleton? */ + //static OCOPClient* self(); /* no direct signals due the design */ signals: - void called(const QCString&, const QCString&, const QByteArray ); + void called(const QCString&, const QCString&, const QByteArray& ); private slots: void init(const QCString& pa); void newData(); -- cgit v0.9.0.2