// // C++ Implementation: malloryclient // // Description: // // // Author: Remi Villatel , (C) 2005 // // Copyright: See COPYING file that comes with this distribution // // #include "malloryclient.h" MalloryClient::MalloryClient(TQObject *parent, const char *name) : KDecoration(parent, name) { } MalloryClient::~MalloryClient() { } #include "malloryclient.moc"