kgpg
kgpgrevokewidget.cpp
Go to the documentation of this file.00001 /*************************************************************************** 00002 begin : Thu Jul 4 2002 00003 copyright : (C) 2002 by Jean-Baptiste Mardelle 00004 email : bj@altern.org 00005 ***************************************************************************/ 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 "kgpgrevokewidget.h" 00018 00019 KgpgRevokeWidget::KgpgRevokeWidget(QWidget* parent) 00020 : QWidget(parent), Ui_KgpgRevokeWidget() 00021 { 00022 setupUi(this); 00023 connect(cbSave, SIGNAL(toggled(bool)), this, SLOT(cbSave_toggled(bool))); 00024 } 00025 00026 void KgpgRevokeWidget::cbSave_toggled(bool isOn) 00027 { 00028 kURLRequester1->setEnabled(isOn); 00029 } 00030 #include "kgpgrevokewidget.moc"
KDE 4.0 API Reference