kgpg
kgpgrevokewidget.h
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 #ifndef KGPGREVOKEWIDGET_H 00018 #define KGPGREVOKEWIDGET_H 00019 00020 #include "ui_kgpgrevokewidget.h" 00021 00022 00023 class KgpgRevokeWidget : public QWidget, public Ui_KgpgRevokeWidget 00024 { 00025 Q_OBJECT 00026 00027 public: 00028 KgpgRevokeWidget(QWidget* parent = 0); 00029 00030 00031 public slots: 00032 virtual void cbSave_toggled(bool isOn); 00033 }; 00034 00035 #endif
KDE 4.0 API Reference