|
|
|
@ -222,7 +222,7 @@ TQString AptProtocol::make_html_form() const
|
|
|
|
|
|
|
|
|
|
AptProtocol::AptProtocol( const TQCString &pool_socket, const TQCString &app_socket )
|
|
|
|
|
: SlaveBase( "tdeio_apt", pool_socket, app_socket ),
|
|
|
|
|
m_adept_batch(0), m_parser(0)
|
|
|
|
|
m_adept_batch(0), m_parser()
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
TDEStandardDirs* dirs = TDEGlobal::dirs();
|
|
|
|
@ -257,7 +257,7 @@ TQString AptProtocol::header_background() const { return m_header_background; }
|
|
|
|
|
|
|
|
|
|
void AptProtocol::token_dispatch(const TQString& name, const TQString& val)
|
|
|
|
|
{
|
|
|
|
|
if (m_parser.get())
|
|
|
|
|
if (m_parser)
|
|
|
|
|
(*m_parser)(this, name, val);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|