00001 /**************************************************************************** 00002 ** ui.h extension file, included from the uic-generated form implementation. 00003 ** 00004 ** If you want to add, delete, or rename functions or slots, use 00005 ** Qt Designer to update this file, preserving your code. 00006 ** 00007 ** You should not define a constructor or destructor in this file. 00008 ** Instead, write your code in functions called init() and destroy(). 00009 ** These will automatically be called by the form's constructor and 00010 ** destructor. 00011 *****************************************************************************/ 00012 00013 /* This file is part of the KDE project 00014 Copyright (C) 2004 Dag Andersen <danders@get2net.dk> 00015 00016 This library is free software; you can redistribute it and/or 00017 modify it under the terms of the GNU Library General Public 00018 License as published by the Free Software Foundation; 00019 version 2 of the License. 00020 00021 This library is distributed in the hope that it will be useful, 00022 but WITHOUT ANY WARRANTY; without even the implied warranty of 00023 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00024 Library General Public License for more details. 00025 00026 You should have received a copy of the GNU Library General Public License 00027 along with this library; see the file COPYING.LIB. If not, write to 00028 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 00029 * Boston, MA 02110-1301, USA. 00030 */ 00031 00032 void ConfigBehaviorPanelBase::slotChanged() 00033 { 00034 emit changed(); 00035 }