kmilo
kcmthinkpad_general.ui.h
Go to the documentation of this file.00001 /* 00002 * kcmthinkpad_general.uih 00003 * 00004 * Copyright (C) 2004 Jonathan Riddell <jr@jriddell.org> 00005 * 00006 * This program is free software; you can redistribute it and/or modify 00007 * it under the terms of the GNU General Public License as published by 00008 * the Free Software Foundation; either version 2 of the License, or 00009 * (at your option) any later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 00019 * 00020 */ 00021 /**************************************************************************** 00022 ** ui.h extension file, included from the uic-generated form implementation. 00023 ** 00024 ** If you wish to add, delete or rename functions or slots use 00025 ** Qt Designer which will update this file, preserving your code. Create an 00026 ** init() function in place of a constructor, and a destroy() function in 00027 ** place of a destructor. 00028 *****************************************************************************/ 00029 00030 #ifndef KCMTHINKPAD_GENERAL_UI_H 00031 #define KCMTHINKPAD_GENERAL_UI_H 00032 00033 #include <kdialog.h> 00034 00035 void KCMThinkpadGeneral::slotChanged() { 00036 emit(changed()); 00037 } 00038 00039 #endif // KCMTHINKPAD_GENERAL_UI_H
KDE 4.0 API Reference