make webinterface translatable. there are around 20 short strings, all with context...
[kdenetwork.git] / kopete / libkopete / kopetegroup_p.h
blob0dec5f2656e67b6c443bcc638b958680eef5e00a
1 /*
2 kopetegroup_p.h - Kopete (Meta)Contact Group Private
4 Copyright (c) 2002-2005 by Olivier Goffart <ogoffart@kde.org>
5 Copyright (c) 2003 by Martijn Klingens <klingens@kde.org>
7 Kopete (c) 2002-2006 by the Kopete developers <kopete-devel@kde.org>
9 *************************************************************************
10 * *
11 * This library is free software; you can redistribute it and/or *
12 * modify it under the terms of the GNU Lesser General Public *
13 * License as published by the Free Software Foundation; either *
14 * version 2 of the License, or (at your option) any later version. *
15 * *
16 *************************************************************************
19 #ifndef KOPETEGROUP_P_H
20 #define KOPETEGROUP_P_H
22 #include "kopetegroup.h"
24 namespace Kopete {
26 class Group::Private
28 public:
29 QString displayName;
30 Group::GroupType type;
31 bool expanded;
32 uint groupId;
34 //Unique contact id per metacontact
35 static uint uniqueGroupId;
38 } //END namespace Kopete
40 #endif