summaryrefslogtreecommitdiff
path: root/x11/ipc
authorzecke <zecke>2002-10-15 21:38:43 (UTC)
committer zecke <zecke>2002-10-15 21:38:43 (UTC)
commitb774e015816e51ac65e5d1c685306f8404a3a19e (patch) (unidiff)
treeccb4881ffce2a027b6c0b95854623bb713b69554 /x11/ipc
parentfb99aec5215da635abfa28288d170f110114bba3 (diff)
downloadopie-b774e015816e51ac65e5d1c685306f8404a3a19e.zip
opie-b774e015816e51ac65e5d1c685306f8404a3a19e.tar.gz
opie-b774e015816e51ac65e5d1c685306f8404a3a19e.tar.bz2
More OPIE X11 Stuff
Some empty stubs to compile against Qt2/X it will not link though
Diffstat (limited to 'x11/ipc') (more/less context) (ignore whitespace changes)
-rw-r--r--x11/ipc/client/ocopclient.h5
1 files changed, 4 insertions, 1 deletions
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:
37 */ 37 */
38 void addChannel( const QCString& channel ); 38 void addChannel( const QCString& channel );
39 void delChannel( const QCString& channel ); 39 void delChannel( const QCString& channel );
40
41 /* make it singleton? */
42 //static OCOPClient* self();
40/* no direct signals due the design */ 43/* no direct signals due the design */
41signals: 44signals:
42 void called(const QCString&, const QCString&, const QByteArray ); 45 void called(const QCString&, const QCString&, const QByteArray& );
43private slots: 46private slots:
44 void init(const QCString& pa); 47 void init(const QCString& pa);
45 void newData(); 48 void newData();