13#ifndef __KCookie_h_Included__
14#define __KCookie_h_Included__
17#include <tqvaluelist.h>
19typedef TQValueList<TQCString> QCStringList;
41 TQCString displayAuth() {
return m_DisplayAuth; }
47 void setDcopTransport(
const TQCString &dcopTransport);
52 TQCString dcopServer();
68 QCStringList split(
const TQCString &line,
char ch);
71 void unblockSigChild();
73 bool m_bHaveDCOPCookies;
74 bool m_bHaveICECookies;
78 TQCString m_DisplayAuth;
83 TQCString m_dcopTransport;
Utility class to access the authentication tokens needed to run a KDE program (X11 and DCOP cookies).
TQCString display()
Returns the X11 display.