diff options
Diffstat (limited to 'kmilo/thinkpad/kcmthinkpad/kcmthinkpad_general.ui.h')
-rw-r--r-- | kmilo/thinkpad/kcmthinkpad/kcmthinkpad_general.ui.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kmilo/thinkpad/kcmthinkpad/kcmthinkpad_general.ui.h b/kmilo/thinkpad/kcmthinkpad/kcmthinkpad_general.ui.h new file mode 100644 index 0000000..6ccc675 --- /dev/null +++ b/kmilo/thinkpad/kcmthinkpad/kcmthinkpad_general.ui.h @@ -0,0 +1,36 @@ +/* + * kcmthinkpad_general.uih + * + * Copyright (C) 2004 Jonathan Riddell <jr@jriddell.org> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + */ +/**************************************************************************** +** ui.h extension file, included from the uic-generated form implementation. +** +** If you wish to add, delete or rename functions or slots use +** Qt Designer which will update this file, preserving your code. Create an +** init() function in place of a constructor, and a destroy() function in +** place of a destructor. +*****************************************************************************/ +#include <kdialog.h> + +void KCMThinkpadGeneral::slotChanged() { + emit(changed()); +} + + + |