parent
4d7263c0c9
commit
67a9b630c7
@ -1,23 +0,0 @@
|
||||
//
|
||||
// C++ Implementation: malloryclient
|
||||
//
|
||||
// Description:
|
||||
//
|
||||
//
|
||||
// Author: Remi Villatel <maxilys@tele2.fr>, (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"
|
Loading…
Reference in new issue