kgpg
conf_encryption.h
Go to the documentation of this file.00001 /*************************************************************************** 00002 ------------------- 00003 begin : Mon Jul 8 2002 00004 copyright : (C) 2002 by Jean-Baptiste Mardelle 00005 email : bj@altern.org 00006 ***************************************************************************/ 00007 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 00017 #ifndef CONF_ENCRYPTION_H 00018 #define CONF_ENCRYPTION_H 00019 00020 #include "ui_conf_encryption.h" 00021 00022 00023 class Encryption : public QWidget, public Ui_Encryption 00024 { 00025 Q_OBJECT 00026 00027 public: 00028 Encryption( QWidget* parent = 0 ); 00029 00030 public slots: 00031 virtual void encrypt_to_always_toggled( bool ); 00032 virtual void encrypt_files_to_toggled( bool ); 00033 virtual void allow_custom_option_toggled( bool ); 00034 00035 private: 00036 00037 }; 00038 00039 #endif
KDE 4.0 API Reference