kopete/libkopete
addcontactpage.cpp
Go to the documentation of this file.00001 /* 00002 addcontactpage.cpp - Kopete's Add Contact GUI 00003 00004 Copyright (c) 2002 by Duncan Mac-Vicar Prett <duncan@kde.org> 00005 00006 Kopete (c) 2002-2004 by the Kopete developers <kopete-devel@kde.org> 00007 00008 ************************************************************************* 00009 * * 00010 * This library is free software; you can redistribute it and/or * 00011 * modify it under the terms of the GNU Lesser General Public * 00012 * License as published by the Free Software Foundation; either * 00013 * version 2 of the License, or (at your option) any later version. * 00014 * * 00015 ************************************************************************* 00016 */ 00017 00018 #include "addcontactpage.h" 00019 00020 AddContactPage::AddContactPage(QWidget *parent) : QWidget(parent) 00021 { 00022 } 00023 00024 AddContactPage::~AddContactPage() 00025 { 00026 } 00027 00028 #include "addcontactpage.moc" 00029 // vim: set noet ts=4 sts=4 sw=4:
KDE 4.2 API Reference