summaryrefslogtreecommitdiffstats
path: root/malloryclient.cpp
blob: d6c5db28b508fc741b9fea01559a95f2b1575bc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// 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"