kopete/kopete
statusconfig_general.cpp
Go to the documentation of this file.00001 /* 00002 statusconfig_general.cpp 00003 00004 Copyright (c) 2008 by Roman Jarosz <kedgedev@centrum.cz> 00005 Kopete (c) 2008 by the Kopete developers <kopete-devel@kde.org> 00006 00007 ************************************************************************* 00008 * * 00009 * This program is free software; you can redistribute it and/or modify * 00010 * it under the terms of the GNU General Public License as published by * 00011 * the Free Software Foundation; either version 2 of the License, or * 00012 * (at your option) any later version. * 00013 * * 00014 ************************************************************************* 00015 */ 00016 00017 #include "statusconfig_general.h" 00018 00019 StatusConfig_General::StatusConfig_General(QWidget *parent) 00020 : QWidget(parent) 00021 { 00022 setupUi(this); 00023 } 00024 00025 #include "statusconfig_general.moc"
KDE 4.2 API Reference