Show invite menu in wlm chat window immediately
[kdenetwork.git] / kopete / libkopete / ui / addcontactpage.cpp
blobe49ab1af8374e97ffc9b5cf580603959cc8e12cf
1 /*
2 addcontactpage.cpp - Kopete's Add Contact GUI
4 Copyright (c) 2002 by Duncan Mac-Vicar Prett <duncan@kde.org>
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 #include "addcontactpage.h"
20 AddContactPage::AddContactPage(QWidget *parent) : QWidget(parent)
24 AddContactPage::~AddContactPage()
28 #include "addcontactpage.moc"
29 // vim: set noet ts=4 sts=4 sw=4: