Show invite menu in wlm chat window immediately
[kdenetwork.git] / kopete / protocols / groupwise / libgroupwise / transferbase.h
blobde7a688d7d516a59221abb4feeff3d9f3d4e9ea0
1 /*
2 transferbase.h - Base class of all I/O transfers
4 Copyright (c) 2004 SUSE Linux AG http://www.suse.com
6 Kopete (c) 2002-2004 by the Kopete developers <kopete-devel@kde.org>
8 *************************************************************************
9 * *
10 * This library is free software; you can redistribute it and/or *
11 * modify it under the terms of the GNU Lesser General Public *
12 * License as published by the Free Software Foundation; either *
13 * version 2 of the License, or (at your option) any later version. *
14 * *
15 *************************************************************************
18 #ifndef TRANSFERBASE_H
19 #define TRANSFERBASE_H
21 /**
22 @author Kopete Developers
24 class TransferBase{
25 public:
26 TransferBase();
28 ~TransferBase();
32 #endif